Commit Graph

53 Commits

Author SHA1 Message Date
Bofh d5a961ce64 Fix some "<br/>" was not being translated correctly 2022-12-24 18:29:41 +01:00
Bofh b0c912a300 Add a way to filter users that were moved to other instances 2022-12-24 00:47:21 +01:00
Bofh ce8fb2ef29 Bust all caches when loading the page 2022-12-18 02:37:25 +01:00
Bofh 727fdd5ac6 Improve html2text function + Fix css nth-child not numbered correctly 2022-12-17 23:04:31 +01:00
Bofh 64b60f33f2 Fix cache busting URL + Fix bug not highlighing some texts where there is p/newlines 2022-12-17 22:51:05 +01:00
Bofh f89fde5c66 Add last_n_active field in UI #instance/filter-users 2022-12-17 22:06:57 +01:00
Bofh 197a4273e8 Remove 8080 port requirement + Improved support for Apache setups 2022-12-17 21:54:05 +01:00
Bofh d197565fcc Create client-side javascript cache-busting system for API 2022-12-17 19:22:57 +01:00
Bofh 3147f68899 Added UI loader for http requests 2022-12-17 13:03:03 +01:00
Bofh d8170d81d8 Suppord word sound normalization in regex searches
* For example, a single (crypto|nft) regex will make "cripto" or cr1pto also match.
2022-12-16 03:36:14 +01:00
Bofh 4ddbb0277e Improved word normalization for searches + improved regex higlighting 2022-12-15 14:12:39 +01:00
Bofh 9858629c2b Implement "contains" and "regex" expressions highlighting in search 2022-12-15 13:24:27 +01:00
Bofh e99c1bfc89 Little bug fix + Default link for "Manage" action on filter-users 2022-12-15 00:05:12 +01:00
Bofh 695fefe5ab Add "manage" button on users, to open the account on instance manager URL 2022-12-14 23:44:03 +01:00
Bofh 36da78d804 Add "simple" filter highlighting (on yellow "span"s) 2022-12-13 18:14:11 +01:00
Bofh 94f5061b6a Add "search" button on Results: section too 2022-12-13 17:31:21 +01:00
Bofh df6a94fa11 Add feature to "hide" users on specific filters for N time 2022-12-13 16:37:48 +01:00
Bofh dcc159ea91 Improved feedback on silence/suspend actions 2022-12-13 13:15:19 +01:00
Bofh 29b6186c8e Make activeElement blur() on html when calling any API 2022-12-13 01:39:12 +01:00
Bofh a30fb7e020 Add feature to "trust" users (add their acct on a list) so they are never shown anywhere 2022-12-13 01:23:45 +01:00
Bofh ceefa2a363 Fix toast._show was not showing html text correctly 2022-12-13 01:14:09 +01:00
Bofh a5c9f07f2e Add "silence" button for accounts in #instance/filter-users view 2022-12-13 00:03:19 +01:00
Bofh 489297deb9 Make "paging" visible also on the bottom of the search results
* Allow for repeating E.template function by reimplementing base
2022-12-12 23:47:31 +01:00
Bofh 725f2ab476 Add suspend button on #instance/filter-users for manually suspending an account 2022-12-12 21:28:15 +01:00
Bofh c0943cfad1 Delete sessions when user is edited/deleted and handle on UI 2022-12-10 17:19:51 +01:00
Bofh 481eb92b1a Add "explain" field to users filter actions so admins can customize the message to user 2022-12-09 00:36:06 +01:00
Bofh c6dd28fb30 Add job interval configuration for filter-action UI 2022-12-08 17:32:54 +01:00
Bofh 9ca4b800ac Capitalize text on all "toast" 2022-12-08 00:26:16 +01:00
Bofh ac0b11aee8 Added a feature to save filter_actions for selected filter 2022-12-08 00:18:06 +01:00
Bofh 2d76574ec9 Add action for filter loading system in UI 2022-12-07 02:41:59 +01:00
Bofh d03220f8cc Change order of content arrangement in #instance/filter-users 2022-12-07 01:41:49 +01:00
Bofh 4b68ae654c Improved UX in paging navigation on account results 2022-12-07 01:26:15 +01:00
Bofh 71ea98643c Add search by "instances" in accounts/search API
* Thanks to @Fer_24@xarxa.cloud for proposing this feature
2022-12-07 01:15:39 +01:00
Bofh 0b69b9f97c Add delete_filter function + UX improvements 2022-12-07 00:13:00 +01:00
Bofh a1616e084b Add last activity filter on UI + fixes 2022-12-06 18:46:33 +01:00
Bofh edf7c6091a Improved paging and accounts/search API 2022-12-06 16:52:10 +01:00
Bofh e6fd4401b6 Improved accounts search 2022-12-06 16:18:34 +01:00
Bofh 0e6aa33f8a Created minimal UI for profiles loaded in filter 2022-12-05 18:52:23 +01:00
Bofh a3e44fc699 Implement paging on mastodon/accounts/search API 2022-12-05 17:20:06 +01:00
Bofh 755db19ca7 Implemented filter presets saving/loading + improvements 2022-12-05 16:31:15 +01:00
Bofh 9a2d4a7f9f Execute filter and implement filter clear/update 2022-12-05 13:35:02 +01:00
Bofh ca8adb33c7 Change textarea placeholder on profile-search-type selector 2022-12-04 00:29:04 +01:00
Bofh d76fa05683 Added filter-users basic template 2022-12-03 18:54:18 +01:00
Bofh 3646579d15 Make new accounts accepted 1 by 1 instead of fetching all 2022-11-28 15:45:55 +01:00
Bofh 7c4fe4b62a UX improvements on #instance 2022-11-28 15:21:46 +01:00
Bofh d7baccabe8 Create methods to add/remove/modify hash arguments 2022-11-28 14:25:12 +01:00
Bofh 3cb026382f Implemented basic functions for reject/approve accounts 2022-11-28 03:03:20 +01:00
Bofh 4a123a550d Load current configuration on "instance_config" view 2022-11-25 01:44:03 +01:00
Bofh 06097720f1 Added instance_config view and redirect when config is not full 2022-11-25 00:21:52 +01:00
Bofh f7498566f8 Add a helper function to "parse_hash_arguments" 2022-11-24 02:34:20 +01:00