Bofh
|
6d1de167b5
|
Improve *_hash_arguments methods
|
2023-01-13 02:00:43 +01:00 |
Bofh
|
961808d59c
|
Add filter-posts (unfinished) + UI/UX improvements
|
2022-12-29 03:13:38 +01:00 |
Bofh
|
ee5eb1af0e
|
Improve previous fix
|
2022-12-29 00:22:58 +01:00 |
Bofh
|
15487b57f2
|
Fix realppath not working when does not exist
|
2022-12-29 00:19:35 +01:00 |
Bofh
|
5eae25fec6
|
Add "languages" field in filter-users to filter by most-used language
|
2022-12-28 23:49:34 +01:00 |
Bofh
|
c398b2b1d6
|
Add account_id filter for mastodon posts retrieval
|
2022-12-28 23:48:50 +01:00 |
Bofh
|
37313a4e9d
|
Add support for filtering text by "length" <= >= < >
|
2022-12-25 20:50:52 +01:00 |
Bofh
|
006067e851
|
Add a feature to filter posts by "local" (instance only)
|
2022-12-24 19:08:38 +01:00 |
Bofh
|
177b6a6804
|
Added "set:" preffix to check the parameter was set
|
2022-12-24 18:41:40 +01:00 |
Bofh
|
f306f8dd4d
|
Add type "boolean" in "arg" base.php function
|
2022-12-24 18:37:50 +01:00 |
Bofh
|
d5a961ce64
|
Fix some "<br/>" was not being translated correctly
|
2022-12-24 18:29:41 +01:00 |
Bofh
|
81b21d838f
|
Add "next_start" to JSON API result on posts
|
2022-12-24 02:50:17 +01:00 |
Bofh
|
5f2cc85c9a
|
Set default delay to posts when delay is lower
|
2022-12-24 02:46:27 +01:00 |
Bofh
|
52f99b064b
|
Add API to retrieve posts (with hardcoded max limit 10k)
|
2022-12-24 02:41:32 +01:00 |
Bofh
|
26871ff539
|
Support the use of global (or other) variables in "arg" method
|
2022-12-24 01:51:03 +01:00 |
Bofh
|
5022d34c28
|
Add "arg" function for parsing http (or other) parameters
|
2022-12-24 01:45:21 +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
|
f09df04fd3
|
Remove "always" cache-creating files when it's related cache has not been accesed 7 days
|
2022-12-21 01:20:33 +01:00 |
Bofh
|
45b3e5cb15
|
Adapt cron/db system to add a field "last_accessed" for purging unused caches
|
2022-12-21 01:10:04 +01:00 |
Bofh
|
3729dd5539
|
Remove "always"-tagged cache when unused
|
2022-12-21 00:26:47 +01:00 |
Bofh
|
5795a7fc0d
|
Support !(negation) of any instance in "instances" field of accounts search
|
2022-12-19 16:13:20 +01:00 |
Bofh
|
addb800ec5
|
Fix bug not letting add new instance + show mandatory fields with "*"
|
2022-12-19 01:18:37 +01:00 |
Bofh
|
c59d25e93a
|
Order filter-users presets by "name" (asc) + little fixes
|
2022-12-19 00:37:39 +01:00 |
Bofh
|
b365cd46d2
|
Support filters with "=" selector, which does the same as normal, without normalizing word sounds
|
2022-12-18 13:15:48 +01:00 |
Bofh
|
ce8fb2ef29
|
Bust all caches when loading the page
|
2022-12-18 02:37:25 +01:00 |
Bofh
|
7a011ffde0
|
Support the usage of non-base64-compatible characters by URL encoding "expr"
|
2022-12-18 01:35:13 +01:00 |
Bofh
|
2a1c28e041
|
Allow searching any filter using "literal" (exact) matches, without word modifications
|
2022-12-18 01:05:24 +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
|
a1edf0a13f
|
Improved regex search + don't short words that have < than 4 chars
|
2022-12-17 22:41:46 +01:00 |
Bofh
|
01dbd06e8e
|
Do not cache http responses on "ok" or "error" JSON responses
|
2022-12-17 22:27:45 +01:00 |
Bofh
|
f89fde5c66
|
Add last_n_active field in UI #instance/filter-users
|
2022-12-17 22:06:57 +01:00 |
Bofh
|
a50f14472f
|
Fix exception when new-lines on stripped html was not making some matches work
|
2022-12-17 22:05:44 +01:00 |
Bofh
|
197a4273e8
|
Remove 8080 port requirement + Improved support for Apache setups
|
2022-12-17 21:54:05 +01:00 |
Bofh
|
1cff51370f
|
Add last_n_active to limit db query by the latest N active users
|
2022-12-17 20:05:27 +01:00 |
Bofh
|
2c118b54bf
|
Little css fix in .fields
|
2022-12-17 19:46:17 +01:00 |
Bofh
|
d197565fcc
|
Create client-side javascript cache-busting system for API
|
2022-12-17 19:22:57 +01:00 |
Bofh
|
f0c027e178
|
Implement native HTTP application level caching (using currently implemented caching systems)
* To "bust" an HTTP cache, implement a timestamp GET parameter that changes whenever it should.
|
2022-12-17 18:07:13 +01:00 |
Bofh
|
ba7102063e
|
Change Dockerfile FROM image to -apache flavour (-cli is only for dev)
|
2022-12-17 13:33:35 +01:00 |
Bofh
|
3147f68899
|
Added UI loader for http requests
|
2022-12-17 13:03:03 +01:00 |
Bofh
|
c011be4f3f
|
Little css fix on filter-users where "note" was incorrectly displayed on large texts
|
2022-12-17 02:57:33 +01:00 |
Bofh
|
959a26c8ba
|
Fix bug where fields + note was not creating space, and therefore some regex where not working
|
2022-12-17 02:52:48 +01:00 |
Bofh
|
6be8bd5564
|
Merge branch 'main' of git.nogafam.es:nobigtech/soselo
|
2022-12-17 01:59:09 +01:00 |
Bofh
|
23967917d2
|
Add Soselo favicon and icons in UI
|
2022-12-17 01:58:47 +01:00 |
Bofh
|
1cc72e8d55
|
Actualizar 'README.md'
|
2022-12-17 00:45:20 +00:00 |
Bofh
|
a9d8d23197
|
Fix bug where "content" hash argument was not being updated
|
2022-12-17 00:33:30 +01:00 |
Bofh
|
0d5b7e9800
|
Fix important bug (created on ffdbab1 ) that was miss-ordering accounts in results (DANGEROUS)
|
2022-12-16 18:01:18 +01:00 |
Bofh
|
0dac8435dd
|
Change cache key for filter-users matches
|
2022-12-16 16:04:33 +01:00 |
Bofh
|
ffdbab1f79
|
Improved "user_filter=remote" page caching
|
2022-12-16 04:38:14 +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 |