|
|
6c14bf9873
|
app/config/routes.yml: add '/register' route.
|
2018-08-14 21:43:03 +02:00 |
|
|
|
f65832332b
|
app/library/OAuth/UserData/Gitlab.php: oops, forgot a var_dump()
|
2018-08-14 21:42:20 +02:00 |
|
|
|
887908d733
|
app/models/Data/User.php: split name into first/last name.
|
2018-08-14 21:20:28 +02:00 |
|
|
|
a9081dcfc8
|
migration: 20180814172405_user_split_name.php
|
2018-08-14 21:17:19 +02:00 |
|
|
|
f32c80ba13
|
app/controllers/ControllerBase.php: fixing autocomplete.
|
2018-08-14 21:17:19 +02:00 |
|
|
|
c65020fa43
|
app/library/OAuth/UserData/UserDataInterface.php: adding getFirstname() and getLastname()
|
2018-08-14 21:17:04 +02:00 |
|
|
|
5d60b0f238
|
remove app/views/auth/oauthCallback.volt
|
2018-08-13 01:14:31 +02:00 |
|
|
|
6d8025c5d6
|
Merge branch '14-user-add-support-for-removing-account' into dev
|
2018-08-13 01:11:52 +02:00 |
|
|
|
b722ecd836
|
app/library/Auth.php: minor fix.
|
2018-08-11 20:15:03 +02:00 |
|
|
|
b47f2eb741
|
app/config/routes.yml: add pattern for activation-link
|
2018-08-11 20:13:42 +02:00 |
|
|
|
7fd242a28a
|
app/controllers/AuthController.php: minor fix.
|
2018-08-11 13:35:35 +02:00 |
|
|
|
be0a64a01c
|
app/library/Services.php: fixing some namespace issues.
|
2018-08-11 01:13:01 +02:00 |
|
|
|
2cccbf2f98
|
app/controllers/UserController.php: in settingsAction() use Phalcon\Security::hash() instead of password_hash()
|
2018-08-10 20:40:04 +02:00 |
|
|
|
31ac9224b3
|
app/library/Auth.php: in login() use Phalcon\Security::checkHash() instead of password_verify()
|
2018-08-10 20:39:16 +02:00 |
|
|
|
a50f460413
|
app/library/Auth.php: in loginOauth() activate deleted accounts.
|
2018-08-10 20:35:24 +02:00 |
|
|
|
ecf38258f5
|
app/models/Data/User.php: in findFirstByUsernameOrEmail() only select active users.
|
2018-08-10 20:30:59 +02:00 |
|
|
|
0e7849e5f7
|
app/controllers/UserController.php: add deleteAction()
|
2018-08-10 20:23:17 +02:00 |
|
|
|
6ce456fff7
|
app/views/user/settings.volt: adding "Delete account" button.
|
2018-08-10 20:16:45 +02:00 |
|
|
|
aea09efddb
|
app/assets/less/vendor/bootstrap-framework.less: include modal code.
|
2018-08-10 17:47:28 +02:00 |
|
|
|
b096381aaf
|
less: adding contextual buttons.
|
2018-08-10 17:44:28 +02:00 |
|
|
|
9af7b3cc01
|
minor cleanups.
|
2018-08-10 16:48:48 +02:00 |
|
|
|
694eac24ef
|
app/library/Acl.php: some cleanup.
|
2018-08-10 15:49:44 +02:00 |
|
|
|
f2774f180d
|
app/views/user/settings.volt: adding LinkedIn button
|
2018-08-08 23:40:47 +02:00 |
|
|
|
f4659ff549
|
app/assets/less/base/typography.less: adding .text-linkedin
|
2018-08-08 23:38:50 +02:00 |
|
|
|
c28f8cafa5
|
app/library/OAuth/Adapter/League.php: add linkedIn provider.
|
2018-08-08 23:38:50 +02:00 |
|
|
|
cd694ebbca
|
adding app/library/OAuth/UserData/LinkedIn.php
|
2018-08-08 23:38:50 +02:00 |
|
|
|
6312f5d22e
|
app/models/Data/User.php: adding "linkedin_id" field.
|
2018-08-08 23:38:49 +02:00 |
|
|
|
160533f88f
|
adding app/migrations/20180808200726_user_oauth_linkedin.php
|
2018-08-08 23:38:49 +02:00 |
|
|
|
cfdf0cd9fb
|
app/views/auth/index.volt: show Linked In button.
|
2018-08-08 23:38:49 +02:00 |
|
|
|
207955fb4c
|
app/assets/less/components/button.less: adding linkedin button.
|
2018-08-08 23:38:49 +02:00 |
|
|
|
c76b3f1b09
|
app/assets/less/variables.less: adding LinkedIn variables.
|
2018-08-08 23:38:48 +02:00 |
|
|
|
bfa772c486
|
app/views/user/settings.volt: cleaning up social links with array and loop.
|
2018-08-08 23:38:08 +02:00 |
|
|
|
99e86fedd3
|
app/views/user/settings.volt: oops, should be Disconnect instead of Connect.
|
2018-08-08 22:55:14 +02:00 |
|
|
|
422c5bc699
|
app/config/app.yml: remove sessionDir
|
2018-08-08 20:14:48 +02:00 |
|
|
|
ffb1881527
|
app/library/Services.php: add use session.path instead of application.sessionDir in _initSession()
|
2018-08-08 20:14:31 +02:00 |
|
|
|
82adcbe8d8
|
app/config/local.sample.yml: adding "models-metadata" and "session" sections.
|
2018-08-08 16:50:56 +02:00 |
|
|
|
a2ea4f54e0
|
app/library/Services.php: add config for session.
|
2018-08-08 16:50:28 +02:00 |
|
|
|
aa07255891
|
app/library/Services.php: change config path for Models Meta-data abit.
|
2018-08-08 16:49:58 +02:00 |
|
|
|
2097c3a657
|
app/library/Services.php: minor cleanup
|
2018-08-08 15:36:02 +02:00 |
|
|
|
1550aab606
|
app/config/routes.yml: add ":params" to cb-endpoint route.
|
2018-08-06 20:19:24 +02:00 |
|
|
|
6c6bc209e4
|
app/controllers/CallbackController.php: in newAction() make sure name is set correctly.
Fixes #18
|
2018-07-24 12:00:10 +02:00 |
|
|
|
f40b498ffb
|
build-tools: switch grunt for gulp.
|
2018-06-25 14:52:45 +02:00 |
|
|
|
e41c7f776a
|
minor fixes.
|
2018-06-25 12:42:38 +02:00 |
|
|
|
7db774aa46
|
Version 1.0
|
2018-06-19 09:45:33 +02:00 |
|
|
|
8b2bf80d32
|
app/assets/less/base/typography.less: adding text-{gitlab,github,google} classes.
|
2018-06-18 22:30:17 +02:00 |
|
|
|
d2ef7f2c52
|
app/library/Services.php: load menu config from file.
|
2018-06-18 22:22:50 +02:00 |
|
|
|
a8a448331e
|
app/library/Services.php: load router settings from config file.
|
2018-06-18 22:16:03 +02:00 |
|
|
|
ca90ec30fb
|
config: drop the "conf" prefix for config files.
|
2018-06-18 22:12:55 +02:00 |
|
|
|
005f1e3292
|
app/library/Services.php: make config service abit more generic (loading any number of files).
|
2018-06-18 20:21:31 +02:00 |
|
|
|
3ebd19a8cf
|
remove app/config/config.php
|
2018-06-18 20:11:50 +02:00 |
|