Commit Graph

183 Commits (main)
 

Author SHA1 Message Date
Bofh 6d1de167b5 Improve *_hash_arguments methods 2 months ago
Bofh 961808d59c Add filter-posts (unfinished) + UI/UX improvements 3 months ago
Bofh ee5eb1af0e Improve previous fix 3 months ago
Bofh 15487b57f2 Fix realppath not working when does not exist 3 months ago
Bofh 5eae25fec6 Add "languages" field in filter-users to filter by most-used language 3 months ago
Bofh c398b2b1d6 Add account_id filter for mastodon posts retrieval 3 months ago
Bofh 37313a4e9d Add support for filtering text by "length" <= >= < > 3 months ago
Bofh 006067e851 Add a feature to filter posts by "local" (instance only) 3 months ago
Bofh 177b6a6804 Added "set:" preffix to check the parameter was set 3 months ago
Bofh f306f8dd4d Add type "boolean" in "arg" base.php function 3 months ago
Bofh d5a961ce64 Fix some "<br/>" was not being translated correctly 3 months ago
Bofh 81b21d838f Add "next_start" to JSON API result on posts 3 months ago
Bofh 5f2cc85c9a Set default delay to posts when delay is lower 3 months ago
Bofh 52f99b064b Add API to retrieve posts (with hardcoded max limit 10k) 3 months ago
Bofh 26871ff539 Support the use of global (or other) variables in "arg" method 3 months ago
Bofh 5022d34c28 Add "arg" function for parsing http (or other) parameters 3 months ago
Bofh b0c912a300 Add a way to filter users that were moved to other instances 3 months ago
Bofh f09df04fd3 Remove "always" cache-creating files when it's related cache has not been accesed 7 days 3 months ago
Bofh 45b3e5cb15 Adapt cron/db system to add a field "last_accessed" for purging unused caches 3 months ago
Bofh 3729dd5539 Remove "always"-tagged cache when unused 3 months ago
Bofh 5795a7fc0d Support !(negation) of any instance in "instances" field of accounts search 3 months ago
Bofh addb800ec5 Fix bug not letting add new instance + show mandatory fields with "*" 3 months ago
Bofh c59d25e93a Order filter-users presets by "name" (asc) + little fixes 3 months ago
Bofh b365cd46d2 Support filters with "=" selector, which does the same as normal, without normalizing word sounds 3 months ago
Bofh ce8fb2ef29 Bust all caches when loading the page 3 months ago
Bofh 7a011ffde0 Support the usage of non-base64-compatible characters by URL encoding "expr" 3 months ago
Bofh 2a1c28e041 Allow searching any filter using "literal" (exact) matches, without word modifications 3 months ago
Bofh 727fdd5ac6 Improve html2text function + Fix css nth-child not numbered correctly 3 months ago
Bofh 64b60f33f2 Fix cache busting URL + Fix bug not highlighing some texts where there is p/newlines 3 months ago
Bofh a1edf0a13f Improved regex search + don't short words that have < than 4 chars 3 months ago
Bofh 01dbd06e8e Do not cache http responses on "ok" or "error" JSON responses 3 months ago
Bofh f89fde5c66 Add last_n_active field in UI #instance/filter-users 3 months ago
Bofh a50f14472f Fix exception when new-lines on stripped html was not making some matches work 3 months ago
Bofh 197a4273e8 Remove 8080 port requirement + Improved support for Apache setups 3 months ago
Bofh 1cff51370f Add last_n_active to limit db query by the latest N active users 3 months ago
Bofh 2c118b54bf Little css fix in .fields 3 months ago
Bofh d197565fcc Create client-side javascript cache-busting system for API 3 months ago
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.
3 months ago
Bofh ba7102063e Change Dockerfile FROM image to -apache flavour (-cli is only for dev) 3 months ago
Bofh 3147f68899 Added UI loader for http requests 3 months ago
Bofh c011be4f3f Little css fix on filter-users where "note" was incorrectly displayed on large texts 3 months ago
Bofh 959a26c8ba Fix bug where fields + note was not creating space, and therefore some regex where not working 3 months ago
Bofh 6be8bd5564 Merge branch 'main' of git.nogafam.es:nobigtech/soselo 3 months ago
Bofh 23967917d2 Add Soselo favicon and icons in UI 3 months ago
Bofh 1cc72e8d55 Actualizar 'README.md' 3 months ago
Bofh a9d8d23197 Fix bug where "content" hash argument was not being updated 3 months ago
Bofh 0d5b7e9800 Fix important bug (created on ffdbab1) that was miss-ordering accounts in results (DANGEROUS) 3 months ago
Bofh 0dac8435dd Change cache key for filter-users matches 3 months ago
Bofh ffdbab1f79 Improved "user_filter=remote" page caching 3 months ago
Bofh d8170d81d8 Suppord word sound normalization in regex searches
* For example, a single (crypto|nft) regex will make "cripto" or cr1pto also match.
3 months ago