Commit Graph

357 Commits

Author SHA1 Message Date
romin cba88f94a2 Sanitize user field name 2023-09-22 15:56:26 +00:00
r e50f12b615 Restrict instance domain in single_instance mode 2023-09-18 10:07:54 +00:00
r ad38855261 Set timeout and response size limit for the http client 2023-09-18 04:05:20 +00:00
r 60ccc9686a fluoride: Allow submitting the form with Ctrl+Enter 2023-09-09 08:14:16 +00:00
r 60392e61c7 Disable access log by default
Access logs aren't really useful during normal operation. Add a new flag
-v to enable the verbose logging mode, which is still useful during the
development.

Also remove the log_file config because it's no longer useful.
2023-09-09 06:38:52 +00:00
r 8eec93e028 Trim leading and trailing white space from selectable text 2023-09-08 18:11:07 +00:00
r 461908e031 Load CSS on the root page
This applies the background color to the root page and avoids flicker
during the initial page load.
2023-09-08 18:10:29 +00:00
r 426e9ad14f Fix display name and title on mute page 2023-09-08 14:46:40 +00:00
r 8a26dd1908 Fix userlist margin 2023-09-08 14:38:51 +00:00
localhost_frssoft fa5eaa4442 Just merge with upstream/master 2023-03-18 14:59:40 +03:00
r 5147897c6c Add support for expiring mutes 2022-12-17 08:26:51 +00:00
r 9816045c21 Pass with_relationships param for accounts 2022-12-17 06:58:47 +00:00
r 6002284c5a Show emojis in Mastadon field names 2022-12-17 06:56:39 +00:00
localhost_frssoft e924503f2d Tagged timeline improvments and visible now 2022-12-14 02:56:26 +03:00
localhost_frssoft f729e29a8d Fix for fluoride.js 2022-12-02 16:47:28 +03:00
localhost_frssoft 8c41878b6d Partially selectable reblogs visibility (fluoride required fix) 2022-12-02 04:45:19 +03:00
localhost_frssoft a678b620a1 Some signin page changes 2022-11-13 02:19:17 +03:00
localhost_frssoft 0f060f09c9 Added sign up support. Tested on mastodon
But required test on GoToSocial.
Confirmation inside bloat-fe not supported
2022-11-13 00:00:02 +03:00
localhost_frssoft f9702f81a9 Merge patch and add useredit template...
Patch from: https://git.freesoftwareextremist.com/bloat/commit/?id=887ed241d64ba5db3fd3d87194fb5595e5ad7d73
Patch description:
Use cookies for session
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
2022-11-12 01:20:49 +03:00
localhost_frssoft 42badedeeb Show emojis in Mastadon fields
Patch-commit from: https://git.freesoftwareextremist.com/bloat/commit/?id=b4ccde54a70495937a5667950363cbf2c24d40bf
2022-11-06 15:45:24 +03:00
localhost_frssoft 1160d00ee1 Editing user profile; Warning! Mastodon compatibility broken and editing may lost your bio 2022-11-04 20:55:42 +03:00
localhost_frssoft 53353c0e64 Feature: Bare bones Editing implimented 2022-10-31 18:26:16 +03:00
localhost_frssoft 4df1f096be Added pin\unpin statuses; Status ID in code tag 2022-10-31 15:43:36 +03:00
localhost_frssoft 9a6e1324d5 Conditions for reactions 2022-10-31 12:45:18 +03:00
localhost_frssoft 134a8ca16c Compact html code template reactions 2022-10-31 12:36:28 +03:00
localhost_frssoft b28171ed7b Visible category in title on shortcode emoji 2022-10-30 18:08:59 +03:00
localhost_frssoft 9472518169 Sign up notifications handle Mastodon (? maybe Pleroma too...) 2022-10-28 03:13:03 +03:00
localhost_frssoft e6019323f6 Support send akkoma custom reactions 2022-10-26 01:16:13 +03:00
localhost_frssoft ca99d0a789 Added view pinned statuses in accounts 2022-10-26 00:44:22 +03:00
r 887ed241d6 Use cookies for session storage
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
2022-10-25 14:14:46 +00:00
r b4ccde54a7 Show emojis in Mastadon fields 2022-10-24 04:10:00 +00:00
localhost_frssoft b07793e986 Support akkoma custom reactions, worst quality 2022-10-23 02:43:38 +03:00
localhost_frssoft cbbebe6b15 Added optional filter for emojis on instance 2022-10-21 02:03:19 +03:00
localhost_frssoft c5d552e7d8 Added filter reactions settings; Change allowed emoji filter; Emoji module correct commit 2022-10-20 02:15:50 +03:00
localhost_frssoft 9cdac3e623 Added prototype send pleroma emoji reactions via reactions page 2022-10-19 19:15:52 +03:00
localhost_frssoft 80170099f8 Add reactions page tmpl 2022-10-19 17:36:33 +03:00
localhost_frssoft 81a52fe7c6 Add reactions page 2022-10-19 17:33:43 +03:00
localhost_frssoft 927bd6127c Add unreact and reaction count; added mark self reactions as "*" 2022-10-19 15:47:31 +03:00
localhost_frssoft 4e79142c93 Reactions massive included in status (but, not show who reacted this) 2022-10-19 14:48:05 +03:00
localhost_frssoft fc569742bc Fix mastodon DM now working 2022-10-18 22:32:11 +03:00
localhost_frssoft f452fab462 FEATURE: Pleroma reactions implemented partially 2022-10-17 20:01:11 +03:00
localhost_frssoft 0cd239b8aa Added hiden tag timeline; css style fix for edit status notification 2022-10-17 04:48:46 +03:00
localhost_frssoft e83dbe7ca9 Spoiler text for statuses posting\replying 2022-10-17 01:46:26 +03:00
localhost_frssoft 00d20ea5bb Website on branch source 2022-10-16 17:25:19 +03:00
localhost_frssoft f9f71ed935 Fix if short descr not avalaible 2022-10-16 17:02:17 +03:00
localhost_frssoft bdf1574d40 EditedAt commit and for feature reactions pleroma func 2022-10-16 17:00:53 +03:00
localhost_frssoft 7d54da6380 Add some information about instance 2022-10-13 01:41:34 +03:00
localhost_frssoft 7dd90ac015 Added page about instance 2022-10-12 13:34:41 +03:00
localhost_frssoft fe304f60e9 Fast loading account on Pleroma instances; relationships include in account 2022-10-11 23:31:09 +03:00
localhost_frssoft d139cb752c Fix for mastodon compatible. This is bare bones solution, I know 2022-10-11 21:59:22 +03:00