gotosocial/internal/api/client/lists
tobi 451803b230
[feature] Fetch + create domain permissions from subscriptions nightly (#3635)
* peepeepoopoo

* test domain perm subs

* swagger

* envparsing

* dries your wets

* start on docs

* finish up docs

* copy paste errors

* rename actions package

* rename force -> skipCache

* move obfuscate parse nearer to where err is checked

* make higherPrios a simple slice

* don't use receiver for permsFrom funcs

* add more context to error logs

* defer finished log

* use switch for permType instead of if/else

* thanks linter, love you <3

* validate csv headers before full read

* use bufio scanner
2025-01-08 11:29:40 +01:00
..
list.go [feature] Add List functionality (#1802) 2023-05-25 10:37:38 +02:00
listaccounts.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
listaccounts_test.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
listaccountsadd.go [chore] Swagger: correct names and formats for several array params (#2758) 2024-03-15 11:31:58 +01:00
listaccountsadd_test.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
listaccountsremove.go [chore] Swagger: correct names and formats for several array params (#2758) 2024-03-15 11:31:58 +01:00
listcreate.go [feature] Implement exclusive lists (#3280) 2024-09-09 15:56:58 -07:00
listdelete.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
listget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
lists_test.go [feature] Fetch + create domain permissions from subscriptions nightly (#3635) 2025-01-08 11:29:40 +01:00
listsget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
listupdate.go [feature] Implement exclusive lists (#3280) 2024-09-09 15:56:58 -07:00