Commit graph

700 commits

Author SHA1 Message Date
f0x
cf9252b663 fix sidebar boxshadow-border 2022-09-18 19:21:26 +02:00
f0x
8cb572f8fa refactor submit functions 2022-09-18 19:21:26 +02:00
f0x
cb6f40d538 sidebar styling, remove unused page 2022-09-18 19:21:26 +02:00
f0x
863f5cd4f6 delete last old panel files 2022-09-18 19:21:26 +02:00
f0x
dd9a46a412 emoji uploader 2022-09-18 19:21:26 +02:00
f0x
b984641108 custom emoji base 2022-09-18 19:21:26 +02:00
f0x
257360536a remove unused require 2022-09-18 19:21:26 +02:00
f0x
cb1af48009 fix useEffect hooks 2022-09-18 19:21:26 +02:00
f0x
83253570af media cleanup 2022-09-18 19:21:26 +02:00
f0x
5f04829fd6 react 18 changes 2022-09-18 19:21:26 +02:00
f0x
8c1500856b upgrade dependencies 2022-09-18 19:21:26 +02:00
f0x
397165b5ed federation blocks 2022-09-18 19:21:26 +02:00
f0x
80c05825ab federation block routing 2022-09-18 19:21:26 +02:00
f0x
9fbe8f5cfd admin-status based routing 2022-09-18 19:21:26 +02:00
f0x
02ac28e832 only do API checks on logged-in state 2022-09-18 19:21:26 +02:00
f0x
fac0e28afb refactor/cleanup forms 2022-09-18 19:21:26 +02:00
f0x
98b4301d52 add top-level redirect 2022-09-18 19:21:26 +02:00
f0x
fed168af4c remove old/admin files 2022-09-18 19:21:26 +02:00
f0x
8c1f05159e admin settings panel 2022-09-18 19:21:26 +02:00
f0x
a84971af84 admin panel settings 2022-09-18 19:21:26 +02:00
f0x
3ab2de4db2 start on admin pages 2022-09-18 19:21:26 +02:00
f0x
cb137589a0 restructure form fields 2022-09-18 19:21:25 +02:00
f0x
b01267de17 remove unneeded wrapper components 2022-09-18 19:21:25 +02:00
f0x
0a4b1f79de customize profile css 2022-09-18 19:21:25 +02:00
f0x
ca25d4c570 support future api for removing files 2022-09-18 19:21:25 +02:00
f0x
d6be0bfa84 remove debug logging 2022-09-18 19:21:25 +02:00
f0x
fa5e65b640 implement password change 2022-09-18 19:21:25 +02:00
f0x
43f2e988b9 implement old/user/profile.js 2022-09-18 19:21:25 +02:00
f0x
10faf67b51 delete old/index.js, old/basic.js, fully implemented 2022-09-18 19:21:25 +02:00
f0x
2bd18790cf use redux state for profile form 2022-09-18 19:21:25 +02:00
f0x
3ce9dfe7d6 fix keeping track of the wrong instance url (for different instance/api domains) 2022-09-18 19:21:25 +02:00
f0x
8474dd434a profile overview 2022-09-18 19:21:25 +02:00
f0x
4eee86d2ed move old dir 2022-09-18 19:21:25 +02:00
f0x
87fb2307d4 basic profile change submission 2022-09-18 19:21:25 +02:00
f0x
6d719874fa oauth api revocation handling 2022-09-18 19:21:25 +02:00
f0x
dc1d536c35 split oauth api functions 2022-09-18 19:21:25 +02:00
f0x
5f80099eee full redux oauth implementation, with basic error handling 2022-09-18 19:21:25 +02:00
f0x
a4bb869d0f login flow up till app registration 2022-09-18 19:21:25 +02:00
f0x
cc69e65a72 use .jsx extensions for components 2022-09-18 19:21:25 +02:00
f0x
2576e3b2d6 redux, whitespace changes.. 2022-09-18 19:21:25 +02:00
f0x
8739608434 remove unused consts 2022-09-18 19:21:25 +02:00
f0x
c989cd43ac superfluous padding on applist 2022-09-18 19:21:25 +02:00
f0x
4c9d9c924c kebab-case consistency 2022-09-18 19:21:25 +02:00
f0x
d00cd0dbfd colorscheme redesign, some other small css tweaks 2022-09-18 19:21:25 +02:00
f0x
d0ace4c26a basic router layout, error boundary 2022-09-18 19:21:25 +02:00
f0x
0af6789ef3 colorscheme redesign, some other small css tweaks 2022-09-18 19:21:25 +02:00
f0x
0e46a82b05 clean up old Gin handlers 2022-09-18 19:21:25 +02:00
f0x
8b4a848bc8 settings panel restructuring 2022-09-18 19:21:25 +02:00
tobi
c1585d5f8a
[bugfix] Fix domains not being unblockable, log internal server errors from API (#833)
* log internal server errors from 500 api calls

* don't exec into nil dest

* don't exec into nil dest

* log error in router logger not api errorhandling

* update logging a tad

* linter
2022-09-17 19:12:12 +02:00
tobi
1149310673
[bugfix] Fix emojis, attachments, and mentions not being serialized correctly sometimes via AP (#829) 2022-09-15 11:29:05 +02:00