0b57b20d38
[UI][PLUGIN][Reply][Favourite][ENTITY][Feed] Remove replies and favourite links from navigation/view.html.twig and add them to the feeds sectionHugo Sales2021-12-01 01:33:12 +00:00
73981030fa
[CONTROLLER][COMPONENT][Left] Move edit feeds controller to the Left componentHugo Sales2021-12-01 01:36:46 +00:00
475bb1a033
[UTIL][EXCEPTION][BugFoundException] Use only the relative path, for convenience and to avoid potentially leaking the sysadmin's userHugo Sales2021-12-01 00:51:23 +00:00
d4c77925d2
[CORE][DB][ENTITY][Actor] Make DB::dql return a chunked array if selecting multiple entities, remove partitioning from callsiteHugo Sales2021-12-01 00:42:56 +00:00
6c7f69dd94
[ENTITY][Actor] Partition the results of the joint query into a separate list of ActorsCircles and ActorTags, as desiredHugo Sales2021-11-30 22:08:40 +00:00
a3e5f7646c
[CONTROLLER][UserPanel] Use only the ActorTags in the settingsHugo Sales2021-11-30 22:06:43 +00:00
01078e20fb
[PLUGINS][Reply] Fix return on getReplyToNoteEliseu Amaro2021-11-29 14:50:25 +00:00
db33800ade
[PLUGINS][Reply] Array key 'reply_to' checked if it exists.Eliseu Amaro2021-11-29 14:38:06 +00:00
98568b6f53
[ENTITY][Actor][ActorTag] Make Actor->getSelfTags and Actor->getOtherTags return [ActorCircle[], ActorTag[]], rather than ActorCrircle aloneHugo Sales2021-11-29 15:31:02 +00:00
3477ad5efc
[PLUGINS][RelatedTags] Add related tags plugin and needed infrastructure. Initial work on pinned contentHugo Sales2021-11-28 18:58:56 +00:00
3227018963
[CORE][DB] Allow specifying the entites to be retrieved, as when using renaming, tables in join would attempt to be selectedHugo Sales2021-11-28 18:53:34 +00:00
5c3d561a67
[COMPONENTS][Tag] Refactor Tag and add self tag streamHugo Sales2021-11-28 13:09:04 +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 ReplyHugo Sales2021-11-28 12:25:23 +00:00
fc81f7301c
[CORE][DB][ENTITY][Actor] Add DB::removeBy and use it in Actor->setSelfTagsHugo Sales2021-11-28 12:13:30 +00:00
8f5b404941
[CACHE] Switch to 'empty' rather than 'is_null' is Cache::getHashMapKey, as it may return null or falseHugo Sales2021-11-28 11:16:10 +00:00
f986f59424
[ENTITY][ActorTag] Add 'canonical' field to actor_tagHugo Sales2021-11-28 11:14:58 +00:00
798a5f3796
[PLUGINS][Oomox] HTML's input[type='color'] doesn't support alpha values. Feature to apply custom shadow color removed as a result.Eliseu Amaro2021-11-27 21:18:20 +00:00
51994406da
[CORE][ENTITY] Properly port ProfileTag, ProfileTagSubscription and ProfileList as ActorTag, ActorTagSubscription and ActorCircleDiogo Peralta Cordeiro2021-11-27 04:11:35 +00:00
11d2cfb9ed
[UI][FEEDS][ENTITY][Feed] Add way to customize the feeds that are displayed in the left panel. The user can add, delete, reoder and rename themHugo Sales2021-11-26 23:31:53 +00:00
cdc8886bb8
[CORE][DB] Rename parameters 'orderBy' to 'order_by'Hugo Sales2021-11-26 23:30:20 +00:00
42f40f9ebe
[CORE][CONTROLLER][Network] Refactor term 'network' into 'feeds'Hugo Sales2021-11-26 20:37:17 +00:00
180ae15647
[PLUGINS][Oomox] User theme CSS file is served. Settings page needs polish, and option to revert changes.Eliseu Amaro2021-11-26 14:44:35 +00:00
b1262919da
[TOOLS] Fix (most) issues found by PHPStanHugo Sales2021-11-25 23:08:30 +00:00
8fd02ef152
[TOOLS][COMPONENT][FreeNetwork][PLUGIN][ActivityPub] Temporarily exclude FreeNetwork and ActivityPub from PHPStan analysis, since it's a WIPHugo Sales2021-11-25 20:08:11 +00:00
98b719dca3
[COMPONENTS][Tag] Split tag into words and stem eachHugo Sales2021-11-25 20:04:59 +00:00
a64c488e21
[PLUGINS] Add StemWord plugin, which stems words, given a language. Currently used for tagsHugo Sales2021-11-24 15:53:23 +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 themHugo Sales2021-11-24 15:51:01 +00:00
f837df5753
[CACHE] Add way of calculating hash map if key is not foundHugo Sales2021-11-24 15:47:49 +00:00
e64fd5aaf6
[TOOLS] Exclude src/PHPStan from test coverageHugo Sales2021-11-23 23:29:04 +00:00
c1779dc12d
[UI] Don't display short language form in user panel language selectionHugo Sales2021-11-23 23:28:20 +00:00
0194b6b14c
[TESTS] Fix tests by adding missing is_local columns and by login in the admin user in the admin panel testHugo Sales2021-11-23 22:34:35 +00:00
d9544c6edb
[CORE][SECURITY] Move to the new authentication format, for Symfony 5.3Hugo Sales2021-11-16 14:48:18 +00:00
8edaabbabf
[TWIG][Settings] WIP Refactoring of user panel. Now using macros to diminish repeated code. [CONTROLLER][UserPanel] Replaced form names. More readable.Eliseu Amaro2021-11-23 21:09:45 +00:00
d5fc2cac8a
[TOOLS] Make Makefile rule database-force-nuke stop and restart the worker containerHugo Sales2021-11-23 22:10:16 +00:00
30f4131f5d
[TESTS] Add missing 'is_local' to actors in data fixturesHugo Sales2021-11-23 21:35:25 +00:00
206856e1ba
[FORM][FormFields] Add way of specifying attributes for password fields (namely form autocomplete=new-password)Hugo Sales2021-11-20 21:27:00 +00:00
3a5e52ee0d
[CORE][SECURITY] Move to the new authentication format, for Symfony 5.3 Keep using (deprecated) GuardHugo Sales2021-11-16 14:48:18 +00:00
b4ce77320e
[TESTS] Fix remaining tests, back to 100% passed. Some minor semantic changesHugo Sales2021-11-16 14:10:19 +00:00
c68d7ae406
[CONTROLLER][UserPanel] Make function names camelCaseHugo Sales2021-11-16 13:15:48 +00:00
7e4a971fac
[ENTITY][LocalUser][CACHE] Remove bad keys from getByNickname cache keyHugo Sales2021-11-16 13:14:21 +00:00
0e104a9701
[UTIL][HTML][TESTS] Fix test and implementation and expand HTML generation utilitiesHugo Sales2021-11-16 13:12:32 +00:00
fe755f7c42
[UTIL][FormFields] Accomodate use of FormFields::repeated_password without a 'required' optionHugo Sales2021-11-15 19:32:14 +00:00
1dd86a2302
[TESTS] Many tests fixes (already fixed the dependant code)Hugo Sales2021-11-15 19:27:39 +00:00
89d36a68e5
[ENTITY][Actor] Add is_local, it's common to depend, and this makes it much faster, with a low space costDiogo Peralta Cordeiro2021-11-16 23:24:06 +00:00
2561823550
[PLUGIN][Repeat] Fixed corner case where the user would return to repeat form page and try to repeat the note again.Eliseu Amaro2021-11-16 19:39:03 +00:00
acc43a276b
[PLUGIN][Reply] User's own replies wont display their own nickname on rendering the original note.Eliseu Amaro2021-11-16 19:36:17 +00:00
0dd4b62ded
[TOOLS][DOCKER] Add worker container and script, which handles the queuesHugo Sales2021-11-15 19:19:29 +00:00
5e4ada7b78
[DEPENDENCIES] Update symfony to 5.3, which fixes a bug with the doctrine postgres message workerHugo Sales2021-11-15 19:18:15 +00:00
b8b19abed2
[ENTITY][AttachmentThumbnail] Do not attempt to check if a file exists if the path is nullHugo Sales2021-11-15 17:09:14 +00:00
5cafc80d01
[UTIL][FormFields] Refactor duplicated language choice form entry logicHugo Sales2021-11-15 17:08:22 +00:00
e6c0db9ee1
[CORE][Cache] Allow retrieving multiple keys from a hashmapHugo Sales2021-11-15 17:07:32 +00:00
587d701d11
[CONTROLLER][Network] Temporarily remove replies from streams, following planned changes to the Reply pluginHugo Sales2021-11-15 17:06:34 +00:00
e9cc760ca8
[COMPONENTS][Posting][Right] Fix TypeError (which somehow only popped up in tests) caused by assigning a FormView to an out array paramHugo Sales2021-11-15 17:05:36 +00:00
9dbbc9e18e
[PLUGIN][Repeat] Fixed bug where checks dependant on user being logged in were attempted.Eliseu Amaro2021-11-15 17:38:15 +00:00
6e90e51f0c
[PLUGIN][CONTROLLER][Repeat] Fixed Repeat controller to update note_repeat table on removal.Eliseu Amaro2021-11-15 17:19:20 +00:00
774eb49af4
[UI][CONTROLLER][UserPanel][ENTITY][ActorLanguage][Language][Actor] Add interface to allow user to select thier preferred languages and to order them. Rename ActorLanguage::order to orderingHugo Sales2021-11-15 17:00:58 +00:00