|
|
1867351716
|
app/models/Data/Callback.php: Cant override getSource() anymore as it is marked final, set source in "initialize()" instead.
|
2022-07-26 19:58:50 +02:00 |
|
|
|
d6aefc502b
|
app/models/Data/Base.php: make hasChanged() compatible with base class.
|
2022-07-26 19:58:50 +02:00 |
|
|
|
778c7127b3
|
app/models/Data/ActivityLog.php: implement getAllPaginationList()
|
2019-12-01 19:26:31 +01:00 |
|
|
|
a01cc60266
|
app/models/Data/ActivityLog.php: Add relationship to User model.
|
2019-12-01 19:26:31 +01:00 |
|
|
|
dfe440cda3
|
app/models/Data/User.php: adding getPagination()
|
2019-12-01 15:23:26 +01:00 |
|
|
|
388b5933cb
|
app/models/Data/User.php: add type field.
|
2018-12-29 15:24:24 +01:00 |
|
|
|
a52fc99ded
|
app/models/Data/PasswordLink.php: rename to UserActivation
+ Confirm to the database changes.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
28e2201a6b
|
app/models/Data/User.php: in validation() only validate changed fields.
|
2018-08-22 06:08:52 +02:00 |
|
|
|
bd51dd8700
|
app/models/Data/User.php: extend our base model instead of Phalcon\Mvc\Model directly.
|
2018-08-22 06:08:02 +02:00 |
|
|
|
dcff1a81b2
|
app/models/Data/Base.php: override hasChanged()
Phalcon throws an exception if no valid snapshot data is present.
We override this behaviour by treating no
snapshot data (new row) as changed.
|
2018-08-22 06:06:56 +02:00 |
|
|
|
1e46302267
|
app/models/Data/User.php: findFirstByUsernameOrEmail() should only fetch rows where status != deleted
|
2018-08-16 18:59:21 +02:00 |
|
|
|
9bd0ef86fc
|
app/models/Data/User.php: in findFirstByOAuthID() also only fetch rows where status != deleted
|
2018-08-15 21:48:29 +02:00 |
|
|
|
0bf7c54539
|
app/models/Data/User.php: change validation from Uniqueness to Callback and check findFirstByUsername() and findFirstByEmail()
|
2018-08-15 21:42:43 +02:00 |
|
|
|
6876cc13be
|
app/models/Data/User.php: adding findFirstByUsername()
|
2018-08-15 21:41:05 +02:00 |
|
|
|
aced9f8bf3
|
app/models/Data/User.php: in findFirstByEmail() only fetch rows with Status != deleted.
|
2018-08-15 21:40:26 +02:00 |
|
|
|
ec5c6f2d14
|
app/models/Data/User.php: adding findFirstByEmail()
|
2018-08-14 23:22:31 +02:00 |
|
|
|
ad3bbdd6bc
|
app/models/Data/User.php: adding setOAuthId()
|
2018-08-14 23:18:22 +02:00 |
|
|
|
887908d733
|
app/models/Data/User.php: split name into first/last name.
|
2018-08-14 21:20:28 +02:00 |
|
|
|
ecf38258f5
|
app/models/Data/User.php: in findFirstByUsernameOrEmail() only select active users.
|
2018-08-10 20:30:59 +02:00 |
|
|
|
6312f5d22e
|
app/models/Data/User.php: adding "linkedin_id" field.
|
2018-08-08 23:38:49 +02:00 |
|
|
|
e41c7f776a
|
minor fixes.
|
2018-06-25 12:42:38 +02:00 |
|
|
|
daa8803f5e
|
Merge branch '10-user-confirm-email-when-creating-new-password'
|
2018-06-12 23:51:52 +02:00 |
|
|
|
313ba55098
|
Merge branch '15-settings-oauth-connect-disconnect'
|
2018-06-12 23:04:01 +02:00 |
|
|
|
f312ae83ce
|
adding app/models/Data/PasswordLink.php
|
2018-06-12 00:31:55 +02:00 |
|
|
|
cdf4a73c56
|
app/models/Data/User.php: remove github_user field.
|
2018-06-10 20:56:36 +02:00 |
|
|
|
4c100d23b3
|
app/models/Data/User.php: adding getSocialLinks()
|
2018-06-10 20:55:29 +02:00 |
|
|
|
25d8e712e4
|
app/models/Data/User.php: add gitlab_id and google_id
|
2018-06-08 00:12:30 +02:00 |
|
|
|
d14741a171
|
app/models/Data/User.php: add uniqueness validation for username and email.
|
2018-06-08 00:07:05 +02:00 |
|
|
|
643387b3f3
|
app/models/Data/User.php: adding createFromOAuthData()
|
2018-06-07 23:40:58 +02:00 |
|
|
|
d62914c764
|
app/models/Data/User.php: adding findFirstByOAuthID()
|
2018-06-07 23:27:13 +02:00 |
|
|
|
d81c1f4423
|
app/models/Data/User.php: fixing a bug with snapshots and new rows in beforeSave()
|
2018-06-07 23:23:58 +02:00 |
|
|
|
2efebfbfef
|
app/models/Data/RequestMeta.php: in getBody() prettyprint some json :)
|
2018-04-19 13:45:47 +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 |
|
|
|
3f99105588
|
adding app/models/Data/ActivityLog.php
|
2018-04-05 00:08:06 +02:00 |
|
|
|
6173d56fd4
|
change model namespace to App\Model\Data
|
2018-04-02 23:35:49 +02:00 |
|
|
|
aa37d10024
|
Fixing proper namespace for app/library
|
2018-04-02 02:28:25 +02:00 |
|
|
|
560234c6d1
|
app/models/Data/Base.php: should extend Phalcon\Mvc\Model
|
2018-04-01 11:05:18 +02:00 |
|
|
|
06126274d2
|
app/models/Data/User.php: adding name, github_id, github_user
|
2018-03-30 11:15:50 +02:00 |
|
|
|
34f639e964
|
Merge branch '3-login-with-username' into 'master'
Resolve "Login with username"
Closes #3
See merge request pnx/httpcb!3
|
2018-03-21 19:55:57 +00:00 |
|
|
|
3e0e526f4e
|
app/models/Data/User.php: implement status column (renamed from deleted that did not exist in db).
|
2018-03-20 23:12:59 +01:00 |
|
|
|
cf92cfe37a
|
app/models/Data/User.php: adding findFirstByUsernameOrEmail()
|
2018-03-20 22:48:10 +01:00 |
|
|
|
815fcbd497
|
app/models/Data/RequestMeta.php: adding source_ip and method.
|
2018-03-19 19:47:00 +01:00 |
|
|
|
0aa1107797
|
app/models/Data/RequestMeta.php: adding getUriQuery()
|
2018-03-18 12:47:00 +01:00 |
|
|
|
cc72c4839c
|
app/models/Data/RequestMeta.php: add uri field.
|
2018-03-17 14:44:22 +01:00 |
|
|
|
e869a1cab4
|
initial commit
|
2017-09-01 17:10:27 +02:00 |
|