Hypolite Petovan
|
9cd3b17743
|
Fix translation strings for use with util/extract.php
- Change parentheses to “\x28” and “\x29”
- Remove leading commas
- Remove quotes before commas
|
2018-01-24 16:51:32 -05:00 |
|
Adam Magness
|
208a149a7b
|
Review sprintf
remove more sprintf calls
|
2018-01-23 21:59:16 -05:00 |
|
Adam Magness
|
b4d0df18c5
|
Remove old file and requires
Remove pgettext.php and remove require_once calls
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
07d306aa37
|
Finish t() for src
Update t() calls in src folder
|
2018-01-22 18:03:26 -05:00 |
|
Hypolite Petovan
|
b0a764b14c
|
Use password_hash() for passwords
- Use legacy_password to update double-hashed passwords
|
2018-01-20 22:29:03 -05:00 |
|
Hypolite Petovan
|
0888f51b4b
|
Add password reset request expiration
- Change password reset link to /lostpass/[pwdreset]
|
2018-01-20 18:15:55 -05:00 |
|
Hypolite Petovan
|
209c43ebbc
|
Centralize password hashing in Model\User
|
2018-01-20 17:32:24 -05:00 |
|
Adam Magness
|
b86b04a81a
|
Change plugin to addon
change the use of plugin to addon where appropriate.
|
2018-01-20 07:48:22 -05:00 |
|
Adam Magness
|
6c4c567319
|
Remove require
remove require_once for plugins.php
|
2018-01-20 07:48:22 -05:00 |
|
Adam Magness
|
11cf36105c
|
Update Addon functions and calls
Update function names and calls for Addon class.
|
2018-01-20 07:48:22 -05:00 |
|
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Hypolite Petovan
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
9a3e773a9a
|
Merge branch 'develop' into task/3954-move-auth-to-src
|
2018-01-02 19:30:41 -05:00 |
|
Adam Magness
|
9e6bf79380
|
Crypto to src
move Crypto to src and Friendica\Util namespace
|
2017-12-30 11:51:49 -05:00 |
|
Hypolite Petovan
|
1724dd3841
|
Make validate_url more intuitive
- Remove the parameter passed by reference
- Add modified url in return value
|
2017-12-29 21:55:13 -05:00 |
|
Michael
|
bd66eefe68
|
Fix for PR 4095
|
2017-12-18 09:21:47 +00:00 |
|
Hypolite Petovan
|
df02238659
|
Centralize owner data fetch
|
2017-12-17 16:22:39 -05:00 |
|
Hypolite Petovan
|
10b72b0e9e
|
PHPStan: Fix missing requires/namespaces
|
2017-12-17 15:26:43 -05:00 |
|
Hypolite Petovan
|
d500d06a06
|
Fix User::create return variable
|
2017-12-15 20:47:10 -05:00 |
|
Hypolite Petovan
|
fbf57ac98b
|
Replace q() by dba function in User
- Add relevant Exceptions
- Fix admin email checking
|
2017-12-12 21:07:03 -05:00 |
|
Hypolite Petovan
|
ac3642e76f
|
Add Exceptions to User::create
|
2017-12-12 20:43:21 -05:00 |
|
Hypolite Petovan
|
4fe8dab08d
|
Remove include/group.php
|
2017-12-09 13:45:54 -05:00 |
|
Hypolite Petovan
|
abdecd2b2f
|
Use new Model methods for groups
|
2017-12-09 13:45:17 -05:00 |
|
Hypolite Petovan
|
fe89e7760e
|
Fix formatting all around
|
2017-12-09 13:42:02 -05:00 |
|
Hypolite Petovan
|
669c7dea59
|
Add new method from include/group in relevant Model classes
|
2017-12-09 13:31:00 -05:00 |
|
Hypolite Petovan
|
a42595a30c
|
Move Object\Contact to Model\Contact
|
2017-12-07 23:56:12 -05:00 |
|
Hypolite Petovan
|
3fc3e67b70
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 23:54:51 -05:00 |
|
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
|
Hypolite Petovan
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05:00 |
|
Hypolite Petovan
|
52bddd580c
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 08:56:11 -05:00 |
|
Hypolite Petovan
|
b0dcfc2724
|
Add class methods derived from include/user functions
- Add User::create
- Add User::sendRegisterPendingEmail
- Add User::sendRegisterOpenEmail
- Add Contact::createSelfFromUserId
|
2017-12-03 22:27:49 -05:00 |
|
Hypolite Petovan
|
4395c20679
|
Fix formatting and add documentation
- mod/register
- mod/regmod
- Model/User
- Worker/CronJobs
|
2017-12-03 22:15:31 -05:00 |
|
Hypolite Petovan
|
ced1063a10
|
Improved dba calls
- Removed intval calls
- Used boolean values for params when relevant
|
2017-11-27 08:17:56 -05:00 |
|
Hypolite Petovan
|
9ddb81ce5f
|
Fix function name typo
|
2017-11-26 15:51:07 -05:00 |
|
Hypolite Petovan
|
2196a0577b
|
Remove unused upubkey and uprvkey from queries
- Switched queries to new dba::* functions
|
2017-11-26 14:55:47 -05:00 |
|
Hypolite Petovan
|
483603e77c
|
Add User::authenticate()
|
2017-11-26 14:25:25 -05:00 |
|
Adam Magness
|
1eb2e541f6
|
New from rebase
more adjustments after rebase
|
2017-11-20 11:14:35 -05:00 |
|
Hypolite Petovan
|
b92fc24ff0
|
Add Contact Object
- Add Profile Object
- Add User Model
- Add use statements
|
2017-11-19 16:55:28 -05:00 |
|