Hypolite Petovan
|
4f7740264e
|
Replace "group" with "circle" in the rest of the code
- Remaining mentions already mean "forum"
|
2023-05-27 22:01:45 -04:00 |
|
Michael
|
e13a31c4fe
|
Ensure that the baseurl return value is a string
|
2023-05-11 08:13:19 +00:00 |
|
Hypolite Petovan
|
f1843c8aac
|
Fix Register namespace confusion in Model\User
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1491861831
|
2023-04-01 08:07:48 -04:00 |
|
Josh Soref
|
68a5a99d8b
|
spelling: password
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 20:04:07 -04:00 |
|
Josh Soref
|
54268a7eb7
|
spelling: translatable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:14:16 -04:00 |
|
Josh Soref
|
f634c1a067
|
spelling: successful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:14:16 -04:00 |
|
Josh Soref
|
76c006d560
|
spelling: names
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:14:15 -04:00 |
|
Josh Soref
|
48427bb20e
|
spelling: blocked
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:03:22 -04:00 |
|
Josh Soref
|
20fdae12e0
|
spelling: ambiguity
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:03:22 -04:00 |
|
Josh Soref
|
07862b8a88
|
spelling: activity
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:03:22 -04:00 |
|
Michael
|
72952d2c92
|
Issue 11535: Automatically open and close the registration
|
2023-03-21 21:44:26 +00:00 |
|
Philipp
|
f0c29edcde
|
Adapt BaseURL calls to new UriInterface
|
2023-02-18 21:12:21 +01:00 |
|
Hypolite Petovan
|
d2033d4c92
|
Allow colon in password
- It was disallowed because of a too strict intepretation of RFC2617
|
2023-01-18 20:34:20 -05:00 |
|
Hypolite Petovan
|
81cd334664
|
Fix wrong logic in password allowed regular expression
|
2023-01-18 20:27:29 -05:00 |
|
Hypolite Petovan
|
1874a32728
|
Happy New Year 2023!
|
2023-01-01 09:36:24 -05:00 |
|
Michael
|
9115ec5f0d
|
Adjust class references to the new location
|
2022-12-30 21:20:28 +00:00 |
|
Philipp
|
bfc1c157f1
|
Adapt UserSession
- Move from App methods to UserSession methods
- Deprecate corresponding App methods
|
2022-12-26 21:18:04 +01:00 |
|
Michael
|
e5ff71f839
|
Fix "Missing hidewall key"
|
2022-12-06 22:23:43 +00:00 |
|
Michael
|
1d8c9276f3
|
Issue 10518: "last-activity" instead of "login_date"
|
2022-12-04 07:03:11 +00:00 |
|
Michael
|
146f874c2e
|
Avoid 'Undefined array key "last-activity"'
|
2022-12-01 06:12:13 +00:00 |
|
Michael
|
ed1a879b7b
|
Use "utcNow"
|
2022-11-30 22:36:58 +00:00 |
|
Michael
|
f905220923
|
New field to show the day of the last activity
|
2022-11-30 22:34:50 +00:00 |
|
Hypolite Petovan
|
fe547b7851
|
Centralize config.admin_email management in Model\User
|
2022-11-14 17:02:42 -05:00 |
|
Hypolite Petovan
|
6df187478d
|
Fixed wrong reference to user.expire in Model\User::getActorName
- Update field documentation to prevent further confusion
|
2022-11-14 17:02:41 -05:00 |
|
Hypolite Petovan
|
a68c790c64
|
Create new Settings\RemoveMe module class
- Moved route from /removeme to /settings/removeme
- Combined templates into one
|
2022-11-08 18:33:54 -05:00 |
|
Michael
|
6f68679375
|
The EOL constant is removed
|
2022-10-18 12:29:50 +00:00 |
|
Michael
|
018858934b
|
The priority is now a class constant
|
2022-10-17 05:49:55 +00:00 |
|
Hypolite Petovan
|
49394aedeb
|
Add password length limit if using the Blowfish hashing algorithm
- Add new page to reset a password that would be too long
- Add support for pattern parameter in field_password
|
2022-08-01 12:12:18 -04:00 |
|
Roland Häder
|
676ca36c52
|
Changes:
- reformatted arrays
|
2022-07-29 17:20:07 +02:00 |
|
Roland Häder
|
ba1c1049d6
|
Changes:
- added some type-hints
- added some documentation
- used self::exists() instead of DBA::exists('user', ['uid' => $uid])
|
2022-07-23 21:58:00 +02:00 |
|
Roland Häder
|
c6c936a80f
|
Added more type-hints
|
2022-06-23 17:30:14 +02:00 |
|
Roland Häder
|
227bab43a8
|
Ops, wrong type-hint here, must be string ($nickname can never be an integer).
|
2022-06-17 17:18:31 +02:00 |
|
Roland Häder
|
e484b6d6dc
|
Continued:
- added more type-hints
- added some documentation
- Contact::getAccountType() should only process string, not null
|
2022-06-17 17:18:31 +02:00 |
|
Michael
|
171354181d
|
Use central function to fetch the global directory
|
2022-04-26 18:33:58 +00:00 |
|
Philipp
|
e299fc67c8
|
Introduce "accept_header" as specific argument to the http client
|
2022-04-02 21:16:53 +02:00 |
|
Philipp
|
73c3b21665
|
Move ACCEPT constants to own "enum" class
|
2022-04-02 20:26:11 +02:00 |
|
Michael
|
1fae0123ec
|
Some more "accept" parameters are added
|
2022-03-29 06:24:20 +00:00 |
|
Michael
|
777919e679
|
Fix jpeg ending
|
2022-01-09 16:06:00 +00:00 |
|
Michael
|
bb349a7db4
|
Partially revert changes for the RC
|
2022-01-09 15:45:14 +00:00 |
|
Michael
|
59358077c7
|
First support for user headers
|
2022-01-08 22:43:11 +00:00 |
|
Balázs Úr
|
e56a53647b
|
Update copyright
|
2022-01-02 08:27:47 +01:00 |
|
Hypolite Petovan
|
d011f747ff
|
Remove unused parameter $network in Model\User::getDefaultGroup
|
2021-11-21 18:59:36 -05:00 |
|
Michael
|
eb1b2256a0
|
Removed and replaced deprecated functionalities
|
2021-11-07 14:00:47 +00:00 |
|
Michael
|
23b10cf2ae
|
Some removed escapeTags calls
|
2021-11-05 19:59:18 +00:00 |
|
Michael
|
63da4a75e9
|
The boot.php had been cleared of most functions
|
2021-11-04 20:29:59 +00:00 |
|
Michael
|
24ee87224f
|
Replaced deprecated "log" function call
|
2021-11-03 23:19:24 +00:00 |
|
Michael
|
f6faae5bb1
|
Replace deprecated log calls
|
2021-10-20 18:53:52 +00:00 |
|
Michael
|
c6021a45b1
|
Updated messages.po, keep a translatable string
|
2021-10-14 06:22:47 +00:00 |
|
Michael
|
a33185f835
|
Use a constant for the profile photo album
|
2021-10-14 04:12:00 +00:00 |
|
Michael
|
13827edd2c
|
New photo field "photo-type" as preparation for banners
|
2021-10-11 14:21:10 +00:00 |
|