|
|
f966cfb911
|
app/config/services.php: setup "oauth" using the new implementation
|
2018-04-06 11:55:29 +02:00 |
|
|
|
b3eb25d221
|
rename app/library/OAuth.php to app/library/OAuth/Client.php and change implementation to use Adapter classes.
|
2018-04-06 11:55:29 +02:00 |
|
|
|
21c869a06a
|
adding app/library/OAuth/UserData classes (interface and Github implementation)
|
2018-04-06 11:52:29 +02:00 |
|
|
|
556a62b34b
|
adding app/library/OAuth/Adapter classes (interface and League adapter)
|
2018-04-06 11:37:01 +02:00 |
|
|
|
205b8477f2
|
composer: switching OAuth implementation.
|
2018-04-06 09:39:34 +02:00 |
|
|
|
08ad47caf7
|
app/controllers/AuthController.php: in oauthAction() do not show error message when in fact oauth succeeded.
|
2018-04-05 19:06:06 +02:00 |
|
|
|
cf42203329
|
adding cache/log/.placeholder
|
2018-04-05 17:49:02 +02:00 |
|
|
|
a3ac12bc2d
|
Merge branch '11-logg-user-actions' into 'master'
Resolve "Logg user actions."
Closes #11
See merge request pnx/httpcb!8
|
2018-04-05 15:39:51 +00:00 |
|
|
|
89d1edb131
|
app/assets/less/layout/navigation.less: some fixes with icons/text in dropdown menu.
|
2018-04-05 01:10:34 +02:00 |
|
|
|
16c8bf5c0c
|
app/views/_templates/navigation.volt: adding activity link
|
2018-04-05 01:09:36 +02:00 |
|
|
|
bebb0ba5f9
|
app/models/Data/User.php: implement beforeSave() and trigger "user:onPasswordCreated" and "user:onPasswordChanged"
|
2018-04-05 00:19:11 +02:00 |
|
|
|
8061c674f4
|
app/models/Data/User.php: set default event manager from DI
|
2018-04-05 00:18:53 +02:00 |
|
|
|
a3c6ae4429
|
app/models/Data/User.php: keep snapshots.
|
2018-04-05 00:18:53 +02:00 |
|
|
|
ae6bf194b1
|
app/config/services.php: add default event manager to Auth.
|
2018-04-05 00:18:18 +02:00 |
|
|
|
b2ca9e3fba
|
app/config/services.php: adding "eventsManager"
|
2018-04-05 00:18:18 +02:00 |
|
|
|
aab77e9608
|
app/library/Auth.php: fire events when users log in.
|
2018-04-05 00:18:17 +02:00 |
|
|
|
8666e3b707
|
adding app/listeners/ActivityLog.php
|
2018-04-05 00:18:17 +02:00 |
|
|
|
5890337179
|
app/controllers/UserController.php: adding activity action
|
2018-04-05 00:09:13 +02:00 |
|
|
|
3f99105588
|
adding app/models/Data/ActivityLog.php
|
2018-04-05 00:08:06 +02:00 |
|
|
|
05095a9c8e
|
DB Migration: 20180401083402_create_activity_log.php
|
2018-04-04 23:57:49 +02:00 |
|
|
|
2b6da6453b
|
Change form namespace to App\Form
|
2018-04-02 23:37:50 +02:00 |
|
|
|
6173d56fd4
|
change model namespace to App\Model\Data
|
2018-04-02 23:35:49 +02:00 |
|
|
|
6ed63d591f
|
move app/plugins to app/listeners and give them the App\Listener namespace.
|
2018-04-02 23:26:06 +02:00 |
|
|
|
a72932a7ad
|
move app/log.txt to cache/log/app.txt
|
2018-04-02 12:23:08 +02:00 |
|
|
|
f55c8adb20
|
app/controllers: Fixing namespace.
|
2018-04-02 12:17:10 +02:00 |
|
|
|
aa37d10024
|
Fixing proper namespace for app/library
|
2018-04-02 02:28:25 +02:00 |
|
|
|
cb1e40ee0a
|
update gitignore
|
2018-04-01 20:00:59 +02:00 |
|
|
|
758121efe5
|
app/config/services.php: in view, use new viewCacheDir config variable.
|
2018-04-01 19:58:41 +02:00 |
|
|
|
97cb0f0f42
|
app/config/conf.app.yml: update paths.
|
2018-04-01 19:58:08 +02:00 |
|
|
|
5f03fe6c26
|
app/cache: move to /cache and create subfolders and placeholder files.
|
2018-04-01 19:55:25 +02:00 |
|
|
|
7bc6396e91
|
app/views/_partials/pagination.volt: small fix.
|
2018-04-01 11:05:32 +02:00 |
|
|
|
560234c6d1
|
app/models/Data/Base.php: should extend Phalcon\Mvc\Model
|
2018-04-01 11:05:18 +02:00 |
|
|
|
25e9168f96
|
Merge branch '4-settings-page'
|
2018-04-01 10:17:47 +02:00 |
|
|
|
3e38c8ca41
|
adding app/controllers/UserController.php
|
2018-04-01 10:10:24 +02:00 |
|
|
|
ad03270d57
|
adding settings form.
|
2018-04-01 10:10:09 +02:00 |
|
|
|
d7d10057ae
|
adding app/library/Validation/Validator/Alpha.php
|
2018-03-31 23:11:35 +02:00 |
|
|
|
3bcb1b4b01
|
app/views/_templates/navigation.volt: adding settings link to user menu.
|
2018-03-30 13:39:34 +02:00 |
|
|
|
aa035628a9
|
app/config/services.php: add user-settings route.
override the profile route because it is not implemented.
|
2018-03-30 13:39:34 +02:00 |
|
|
|
8034ed486c
|
app/views/_templates/navigation.volt: update to have user menu with dropdown.
|
2018-03-30 13:39:34 +02:00 |
|
|
|
0d7e8e08f3
|
app/assets/less/layout/navigation.less: adding dropdown effect for user menu.
|
2018-03-30 13:39:34 +02:00 |
|
|
|
567c113031
|
Merge branch '7-cleanup-css' into 'master'
Resolve "Cleanup css"
Closes #7
See merge request pnx/httpcb!5
|
2018-03-30 11:37:45 +00:00 |
|
|
|
af8f7d8cd6
|
app/assets/less/components/badge.less: use nesting.
|
2018-03-30 13:31:11 +02:00 |
|
|
|
95e7b60a82
|
app/assets/less/variables.less: rename shadow variables to "less" ugly names :)
|
2018-03-30 13:30:32 +02:00 |
|
|
|
2fa685fea5
|
app/assets/less/components/callback-list.less: change arrow color to be the same as border.
|
2018-03-30 11:36:03 +02:00 |
|
|
|
ea8e48a950
|
app/assets/less/variables.less: change text color abit.
|
2018-03-30 11:36:02 +02:00 |
|
|
|
4c2e2cdcb6
|
app/assets/less/variables.less: request list should use @text-color and @text-secondary color to make things consistent with other components of the site.
|
2018-03-30 11:36:02 +02:00 |
|
|
|
3acf748166
|
app/assets/less/variables.less: footer link color should reference @footer-text-color.
|
2018-03-30 11:36:01 +02:00 |
|
|
|
030ebbe104
|
app/assets/less/variables.less: major cleanup.
* Remove "special" color values in favor for defined ones in variables.
* Remove some ref to bootstrap variables.
|
2018-03-30 11:36:01 +02:00 |
|
|
|
9d2ce9e3d9
|
Merge branch '8-add-more-user-fields' into 'master'
Resolve "Add more user fields."
Closes #8
See merge request pnx/httpcb!7
|
2018-03-30 09:16:49 +00:00 |
|
|
|
06126274d2
|
app/models/Data/User.php: adding name, github_id, github_user
|
2018-03-30 11:15:50 +02:00 |
|