Commit graph

1516 commits

Author SHA1 Message Date
Inex Code 368a1b807c
turn off conflicting tests 2024-12-24 20:02:20 +03:00
Inex Code 7db93ff68a
chore: Prepare for release 2024-12-24 18:17:56 +03:00
Inex Code 7384413663
fix: bug caused DNS records not appearing 2024-12-24 18:06:06 +03:00
Inex Code c0653aac48
fix: Unneeded caching 2024-12-24 17:50:14 +03:00
Inex Code d9a88b0f62
try to fix remote fetch 2024-12-24 17:43:10 +03:00
Inex Code b1639e6d55
fix: remote fetcher couldn't eval 2024-12-24 17:39:21 +03:00
Inex Code f1cf06e05b
fix: SP API couldn't restore 2024-12-24 16:31:11 +03:00
Inex Code 0163efae58
fix: selfprivacy API service couldn't backup 2024-12-24 16:19:54 +03:00
Inex Code 1f343815eb
fix(security): Do not use Pickle for caching 2024-12-24 16:13:55 +03:00
Inex Code 1d7879acc1
fix: Sort services 2024-12-24 15:53:14 +03:00
Inex Code 146b4cd1e7
refactor: Dynamic service loading 2024-12-24 15:46:48 +03:00
Inex Code cb595959f8
feat: Register a suggested flake when enabling a service from old clients 2024-12-23 23:09:47 +03:00
Inex Code 84729382ea
feat: Allow turning on new services even from older clients 2024-12-23 23:02:24 +03:00
Inex Code bab2f17581
fix: Recover inplace didn't work 2024-12-23 22:35:10 +03:00
Inex Code f7c3441314
fix: Couldn't restore postgres from backup 2024-12-23 22:15:24 +03:00
Inex Code 914b392b1d
refactor: Simplify postgre dumps 2024-12-23 21:59:23 +03:00
Inex Code 0d5038cd41
fix not uploading database 2024-12-23 21:50:26 +03:00
Inex Code f9ba7e9ad1
moar logging 2024-12-23 21:46:20 +03:00
Inex Code a813f71fd3
fix: Static root for postgre dumps 2024-12-23 21:41:24 +03:00
Inex Code d5a3fb3928
fix: Add text description for the main stage of backup 2024-12-23 21:22:30 +03:00
Inex Code f8edc2d276
fix: properly remove folder 2024-12-23 21:16:03 +03:00
Inex Code 8d9633e7f1
fix postgre bin 2024-12-23 21:06:26 +03:00
Inex Code 4cbdd0e7cf
add postgre to nix module 2024-12-23 21:04:34 +03:00
Inex Code fa4c66b8c7
fix db parsing 2024-12-23 21:02:10 +03:00
Inex Code 5e79840462
some debug logging 2024-12-23 20:58:00 +03:00
Inex Code 47d1bd39dd
refactor: Remove pleroma from hadcoded services 2024-12-23 20:53:10 +03:00
Inex Code 95056b44b5
fix circular import 2024-12-23 20:48:08 +03:00
Inex Code 60bf187f58
feat: PostgreSQL backups and restore 2024-12-23 20:42:16 +03:00
Inex Code 89278cffd7
chore: Remove debug logging 2024-12-21 22:14:00 +03:00
Inex Code fcc167fb33
fix: modified original lists, what a mistake 2024-12-21 22:03:50 +03:00
Inex Code 81b47bab03
moar logging 2024-12-21 21:58:01 +03:00
Inex Code 874b4bfe97
debug 2024-12-21 21:50:42 +03:00
Inex Code ccdd4d6644
debug prints 2024-12-21 21:34:34 +03:00
Inex Code 6ccdb27792
fixes 2024-12-21 21:18:09 +03:00
Inex Code e62bd2b2e7
fix: Didn't parse JSON 2024-12-21 21:11:43 +03:00
Inex Code ecd284fb9a
fix 2024-12-21 21:07:32 +03:00
Inex Code 5ca8f43a8e
fix: Make calls to redis synchronous 2024-12-21 21:04:59 +03:00
Inex Code b609bbc39d
feat: Call caching and remote module metadata loading 2024-12-21 21:01:45 +03:00
Inex Code 4cdc9f3e08
feat: Add support for service options weight 2024-12-21 17:46:28 +03:00
Inex Code 5218187d6d
fix: icon encoding 2024-12-21 17:30:21 +03:00
Inex Code f9f3868b5d
fix: owned_path recursion 2024-12-21 17:20:32 +03:00
Inex Code 8e7e1dd68e
feat: Dynamic templating prototype 2024-12-21 17:15:07 +03:00
Inex Code 4f4673cfb9
refactor: Remove unused get_logs method from a Service 2024-12-21 15:17:34 +03:00
Inex Code 7d9150a77a
refactor: Temporarily disable CAA records as clients are not ready 2024-12-15 16:30:35 +03:00
Inex Code 8a672bab07 fix: API backups didn't backup userdata (#164)
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/164
2024-12-15 15:20:05 +02:00
Inex Code a66ef79c3c
refactor: Do not return URL for API itself 2024-12-14 22:49:27 +03:00
Inex Code 25b6b9ca77
fix: SelfPrivacy API didn't load on system startup 2024-12-08 16:39:30 +03:00
houkime bc45ced6ad Merge pull request 'fix(backups): do not use post_restore on backup' (#162) from fix-backup-hooks into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/162
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
2024-12-06 14:47:10 +02:00
Houkime b7bf423b8f fix(backups): do not use post_restore on backup 2024-12-06 10:33:44 +00:00
Alan Urmancheev 5a92ad0621 feat: NextCloud: add the enableImagemagick option 2024-11-29 15:41:57 +02:00