|
2e6f91f34e
|
[FORM][ActorForms] Fullname length is now validated prior to being set
|
2022-01-27 17:53:02 +00:00 |
|
|
23d45ffab7
|
[UTIL][Formatting] Mention prefix was hardcoded, fixed.
|
2022-01-21 21:03:09 +00:00 |
|
|
eff9318c1d
|
[UTIL][Formatting] Mention title is not always defined
|
2022-01-13 18:07:19 +00:00 |
|
|
14b03c7137
|
[UI][UserPanel] Do not try to re-set an unchanged nickname
|
2022-01-12 17:46:13 +00:00 |
|
|
480f570238
|
[CORE][SECURITY][HTML] Refactor Security::sanitize to HTML::sanitize
Update composer dependencies, move more general deps from ActivityPub to Core
|
2022-01-12 17:12:58 +00:00 |
|
José Marques
|
d713429d88
|
[CORE][Nickname] Properly set nickname for existing accounts
|
2022-01-10 11:33:13 +00:00 |
|
|
da6d3bd351
|
[COMPONENT][Collection] Use current locale
|
2022-01-09 12:29:34 +00:00 |
|
|
0d1ab2c9cf
|
[SECURITY][Register] New users should have their current browser language set as first language preference
|
2022-01-05 04:19:35 +00:00 |
|
|
cd6ce3542e
|
[COMPONENT][Circle] Move circles to a component, various bug fixes
Mention links are now correct
|
2022-01-05 04:19:22 +00:00 |
|
|
5a0bbfc795
|
[UTIL][Common][I18N] Use actor's preferred language for _m and utility to retrieve current language even when no actor is logged in
|
2022-01-05 01:29:26 +00:00 |
|
|
afb7ae0f75
|
[CORE][Util][Exception] Add log context to BugFoundException
|
2022-01-02 23:50:15 +00:00 |
|
|
7aa90954eb
|
[UTIL][Functional] Update Functional::cartesian_product to pass an array of collections first and a separator after
|
2021-12-31 21:03:25 +00:00 |
|
|
2e0bfc0bcd
|
[TOOLS] Run CS-Fixer on all files
|
2021-12-30 18:28:57 +00:00 |
|
|
8831276489
|
[TOOLS] Fix errors reported by PHPStan
|
2021-12-30 18:28:57 +00:00 |
|
|
01d5e84a08
|
[COMPONENT][ACTOR CIRCLE] mention self tag circle with @#self_tag
|
2021-12-29 14:13:25 -03:00 |
|
|
f5b06e2c7e
|
[UTIL][Formatting] Fix group mentions
|
2021-12-27 21:38:20 +00:00 |
|
|
c40e38c5ba
|
[TOOLS] Fix errors found by PHPStan
|
2021-12-27 20:37:16 +00:00 |
|
|
b84315c95b
|
[TOOLS] Fix errors reported by PHPStan at level 4
|
2021-12-27 17:35:33 +00:00 |
|
|
c9d05d71f5
|
[COMPONENT][Group] Fix group creation, Refactor related entities to inside the component
Other minor bug fixes and improvements
|
2021-12-27 17:28:03 +00:00 |
|
|
7eff22d548
|
[TOOLS] Fix errors reported by updated PHPStan
|
2021-12-27 03:03:57 +00:00 |
|
|
ec28f23025
|
[TOOLS] Run CS-fixer on all files
|
2021-12-26 19:16:15 +00:00 |
|
|
3e13765f62
|
[CORE][SCOPE] Implement basic visibility in feeds
|
2021-12-26 16:48:34 +00:00 |
|
|
d4bc1d097d
|
[ENTITY][NoteTag][COMPONENT][Language] Add language to NoteTag and minor corrections
|
2021-12-26 06:22:30 +00:00 |
|
|
78fddaf86a
|
[PLUGIN][ActivityPub] Notify mentions in tags
|
2021-12-26 06:22:28 +00:00 |
|
|
2e69eac63e
|
[CONTROLLER][UserPanel][UTIL][FORM][ActorForms] Move UserPanel::personalInfo to ActorForms::personalInfo
|
2021-12-24 02:46:43 +00:00 |
|
|
774b33a522
|
[DEPENDENCIES] Update dependencies and Symfony to 5.4 LTS
|
2021-12-24 02:46:41 +00:00 |
|
|
63679426b6
|
[UTIL][HTML] Allow <b> and <hr> tags
|
2021-12-24 02:46:40 +00:00 |
|
|
25900d38bd
|
[UTIL][EXCEPTION][RedirectException] Remove hack that would attempt to generate a URL inplace
|
2021-12-21 12:46:02 +00:00 |
|
|
315fd95b94
|
[COMPONENT][Posting] Add facility to allow mentioning groups that don't yet exist
|
2021-12-21 12:07:54 +00:00 |
|
|
1d09a02ad6
|
[FreeNetwork][ActivityPub] Sometimes remote Actors report empty full names in not very explicit manners
|
2021-12-19 19:04:05 +00:00 |
|
|
e62896b84e
|
[UTIL][FormFields] Allow specifying a null actor in the language field, for when there isn't a logged in user
|
2021-12-11 22:18:31 +00:00 |
|
|
6a9388a789
|
[UTIL][FormFields] Add option language form field so the user can provide no selection
|
2021-12-10 21:03:37 +00:00 |
|
|
ada94a98e2
|
[COMPONENT][Search] Move search form to utility function. Add search form and search builder forms to search results page
|
2021-12-10 13:53:23 +00:00 |
|
|
c720ce7daf
|
[UTIL][Functional] Add cartesianProduct while it doesn't get merged upstream to \Functional
|
2021-12-10 13:53:23 +00:00 |
|
|
e29e1cc87c
|
[ENTITY] Rename 'getFrom' to 'getBy'
|
2021-12-05 17:55:46 +00:00 |
|
|
4501b7e85e
|
[CONTROLLER][UserPanel] Re-organised all settings forms. Added email, password, language forms separated from account or personal account info
[CORE][Form] Better PHPDoc and used is_null() for checks
[ENTITY][LocalUser] Add setNicknameSanitisedAndCached
[UTIL][Exception] Better NicknameNotAllowedException default message
|
2021-12-03 03:32:43 +00:00 |
|
|
475bb1a033
|
[UTIL][EXCEPTION][BugFoundException] Use only the relative path, for convenience and to avoid potentially leaking the sysadmin's user
|
2021-12-01 19:47:42 +00:00 |
|
|
424df54a1b
|
[ActivityPub] Add HTTP Signatures
|
2021-12-01 19:47:41 +00:00 |
|
|
6680772e47
|
[UI][I18N][UTIL][FormFields][Language][COMPONENTS][Posting][PLUGINS][Reply] Factor out translation from FormFields::language and remove help text in cases from Posting and Reply
|
2021-11-29 22:42:50 +00:00 |
|
|
66ff3c594d
|
[UTIL][Formatting] Fix wrong event name
|
2021-11-29 22:42:49 +00:00 |
|
|
56526c9ba6
|
[ActivityPub][Inbox] Restore Create Note Functionality
Minor bug fixes
|
2021-11-29 22:42:46 +00:00 |
|
|
7b9d388a44
|
[NOTIFICATION] Implement Target Collector
|
2021-11-27 15:14:15 +00:00 |
|
|
edf1b30e89
|
[TOOLS][DOCS] Add missing doc blocks
|
2021-11-25 23:16:04 +00:00 |
|
|
b1262919da
|
[TOOLS] Fix (most) issues found by PHPStan
|
2021-11-25 23:08:30 +00:00 |
|
|
98b719dca3
|
[COMPONENTS][Tag] Split tag into words and stem each
|
2021-11-25 20:37:53 +00:00 |
|
|
2d057024b9
|
[TAGS][ENTITY][Note] Properly store the note language, pass it along when rendering content. Add mechanism for stemming tags, with fallback to simply slug-ifying them
|
2021-11-25 20:37:53 +00:00 |
|
|
206856e1ba
|
[FORM][FormFields] Add way of specifying attributes for password fields (namely form autocomplete=new-password)
|
2021-11-24 12:46:31 +00:00 |
|
|
3a5e52ee0d
|
[CORE][SECURITY] Move to the new authentication format, for Symfony 5.3
Keep using (deprecated) Guard
|
2021-11-24 12:46:26 +00:00 |
|
|
b4ce77320e
|
[TESTS] Fix remaining tests, back to 100% passed. Some minor semantic changes
|
2021-11-20 21:33:25 +00:00 |
|
|
0e104a9701
|
[UTIL][HTML][TESTS] Fix test and implementation and expand HTML generation utilities
|
2021-11-20 21:33:25 +00:00 |
|