Commit Graph

19648 Commits

Author SHA1 Message Date
Hugo Sales
86bd1dbbbf [DB][DEFAULTS] Add avatar/default 2021-04-14 15:37:22 +00:00
Hugo Sales
96aa98cbcf [UserPanel] Fix upload of avatar 2021-04-14 15:37:22 +00:00
Hugo Sales
30deeaf4ef [Media] Use utils 2021-04-14 15:37:22 +00:00
Hugo Sales
fe50909549 [DB] Add 'dql' method to wrap 'createQuery' and replace 'Gsactor' with 'GSActor' 2021-04-14 15:37:22 +00:00
Hugo Sales
651af27674 [Media] Move code from media.php to utils.php 2021-04-14 15:37:22 +00:00
Hugo Sales
75958fc9b4 [MODULE][Posting] Add Posting module, which handles notice posting 2021-04-14 15:37:22 +00:00
Hugo Sales
036b4480f3 [MEDIA] Move avatar fetching and adding to ouput to media component 2021-04-14 15:37:22 +00:00
Hugo Sales
d4813b4ce9 [UTIL][Common] Fix import 2021-04-14 15:37:22 +00:00
Hugo Sales
21be5199cc [CONTROLLER][AdminPanel] Add missing use statement 2021-04-14 15:37:22 +00:00
Hugo Sales
8f43c12e22 [STREAM][NetworkPublic] Add skeleton of public timeline and posting 2021-04-14 15:37:22 +00:00
Hugo Sales
a752a5a07c [UTIL][Common] Implement 'isSystemPath' 2021-04-14 15:37:22 +00:00
Hugo Sales
4945a1342f [SECURITY] Wrap getUser in a try catch, in case the user doesn't exist 2021-04-14 15:37:22 +00:00
Hugo Sales
fd7e06bf18 [COMMAND] Fix 'bin/console doctrine:database:create' by only loading defaults if we have a connection 2021-04-14 15:37:22 +00:00
Hugo Sales
e2960aebcb [DEPENDENCY] Update dependencies 2021-04-14 15:37:22 +00:00
Hugo Sales
5b11c26e79 [AUTOGENERATED] Update autogenerated code 2021-04-14 15:37:22 +00:00
Hugo Sales
a60c79c35d [TOOLS] Fix bin/generate_entity_fields 2021-04-14 15:37:22 +00:00
Hugo Sales
0508886fc4 [CORE][DB] Fix uses of db tables after previous restructure 2021-04-14 15:37:22 +00:00
Hugo Sales
e0af29fd5e [CORE] Data Representation and Modelling refactor 2021-04-14 15:37:22 +00:00
rainydaysavings
9fa363d9bf [UI] Public feed responsive CSS work 2021-04-14 15:37:22 +00:00
rainydaysavings
c3a0b08c40 [UI] Responsive settings CSS work 2021-04-14 15:37:22 +00:00
rainydaysavings
b52d4faca7 [UI] Responsive base design polish 2021-04-14 15:37:22 +00:00
rainydaysavings
7d593366c7 [UI] Feed structure done, feed CSS work 2021-04-14 15:37:22 +00:00
rainydaysavings
4d00a0f6dd [UI] Polishing design, settings pages 2021-04-14 15:37:22 +00:00
rainydaysavings
648a911055 [UI] Polishing base template 2021-04-14 15:37:22 +00:00
rainydaysavings
0d3a1cc14e [UI] Left panel theme now looks like it should 2021-04-14 15:37:22 +00:00
rainydaysavings
c9b36b6030 [UI] Right panel checkbox size fix 2021-04-14 15:37:22 +00:00
rainydaysavings
52caf7cab1 [UI] Settings theme according to base theme 2021-04-14 15:37:22 +00:00
rainydaysavings
46d946f381 [UI] Complete base CSS overhaul and new theme 2021-04-14 15:37:22 +00:00
rainydaysavings
4568578e16 [UI] Right panel added 2021-04-14 15:37:22 +00:00
rainydaysavings
c0b6d8807f [UI] Additional fixes to settings page 2021-04-14 15:37:22 +00:00
rainydaysavings
c25d33e38a [UI] Small general settings CSS fixes 2021-04-14 15:37:22 +00:00
rainydaysavings
488247119a [UI] Settings small fix 2021-04-14 15:37:22 +00:00
rainydaysavings
08c792fac7 [UI] Notification settings checkbox placement fix 2021-04-14 15:37:22 +00:00
Hugo Sales
e96c273351 [LocalUser] Fix missing extend 2021-04-14 15:37:22 +00:00
Hugo Sales
a20e95fd38 [ROUTES] Add redirect from root to main/all, link from header to root, and change parameter order on RouteLoader::connect 2021-04-14 15:37:22 +00:00
Hugo Sales
37f21b516d [EXCEPTION] Add ServerException and inherit previous throwable
imported from v2/5ea5d3007563f76a77efbfb66936315441922542
2021-04-14 15:37:22 +00:00
Alexei Sorokin
690b8750c6 [DATABASE] Enable fulltext search by default
Also rename fulltext indices to more fitting names

Imported from v2/f84dbb369f01a1d4a9bc362d01cdd100cdc79313
2021-04-14 15:37:22 +00:00
Hugo Sales
459a60d789 [MEDIA][EXCEPTIONS] Fix errors and deprecations 2021-04-14 15:37:22 +00:00
Hugo Sales
56c4309cb8 [SECURITY] Refactor 2021-04-14 15:37:22 +00:00
Hugo Sales
d21d4f5cb1 [AVATAR] Update way avatar is sent, to use proper symfony responses, make config('site', 's_static_delivery') into a boolean 2021-04-14 15:37:22 +00:00
Hugo Sales
a498134b13 [AUTOGENERATED] Update autogenerated code 2021-04-14 15:37:22 +00:00
Hugo Sales
d91ab6f277 [TOOLS] Update generate_entity_fields 2021-04-14 15:37:22 +00:00
Hugo Sales
a5c97762e0 [AVATAR] Fixed avatar upload, added avatar inline download and updated template and base controller 2021-04-14 15:37:22 +00:00
Hugo Sales
d5e41ec099 [AVATAR] Handle avatar upload without js and save and validate uploaded files 2021-04-14 15:37:22 +00:00
Hugo Sales
9e45641b7b [AUTOGENERATED] Update autogenerated code 2021-04-14 15:37:22 +00:00
Hugo Sales
b7300c6457 [DEPENDENCIES] Update dependencies 2021-04-14 15:37:22 +00:00
Hugo Sales
04258b6072 [JS] Whitespace cleanup 2021-04-14 15:37:22 +00:00
Hugo Sales
480904a4e3 [MEDIA][AVATAR] Handle avatar validation and storage 2021-04-14 15:37:22 +00:00
Hugo Sales
7635f455ab [DB] Add entity base class to allow sharing methods such as 'create' 2021-04-14 15:37:22 +00:00
Hugo Sales
c06346ef31 [DB][FILE][AVATAR] Handle deleting files, change file and avatar tables 2021-04-14 15:37:22 +00:00