|
|
d278e4009d
|
fix avatar max 1 frame
|
2022-12-04 13:55:52 +08:00 |
|
|
|
e7bc625b6d
|
Add: get alternative avatar from directory
|
2022-12-02 03:09:09 +08:00 |
|
|
|
271c7e5c13
|
Add: get avatar from file
|
2022-12-01 23:07:47 +08:00 |
|
|
|
830cbae17a
|
log /v1/record_playback
|
2022-11-06 11:33:15 +08:00 |
|
|
|
e4032069a5
|
fix postgres insert on conflict not returning id
|
2022-11-04 21:27:46 +08:00 |
|
|
|
73da4f8dc5
|
fix postgres unique constraint
|
2022-11-04 20:17:46 +08:00 |
|
|
|
89ff2bf452
|
fix postgres ILIKE
|
2022-11-04 20:06:00 +08:00 |
|
|
|
977b3e02e9
|
backend support record playback history
|
2022-11-04 18:39:24 +08:00 |
|
|
|
a6d82c1f47
|
migrate to postgres
|
2022-11-04 17:42:46 +08:00 |
|
|
|
b808d4be99
|
wrap walk sql into transaction improve performance
|
2022-11-04 15:55:13 +08:00 |
|
|
|
5c3fb66db3
|
change /v1/get_file use URL params
|
2022-11-03 08:18:07 +08:00 |
|
|
|
857a5e9dd9
|
support /v1/get_files_in_folder return folder path
|
2022-11-03 01:21:25 +08:00 |
|
|
|
08a5650b30
|
add api /v1/get_file_ffprobe_info
|
2022-11-03 00:58:33 +08:00 |
|
|
|
51e5f2d0fb
|
add permission control
|
2022-07-22 20:56:36 +08:00 |
|
|
|
ff85724982
|
change bcrypt to MinCost
|
2022-07-20 19:43:38 +08:00 |
|
|
|
ad388cf83b
|
format code with gofmt
|
2022-07-20 18:16:44 +08:00 |
|
|
|
881334cccb
|
add password encrypt with bcrytp
|
2022-07-20 18:16:05 +08:00 |
|
|
|
edc42248ee
|
fix backend output format
|
2022-06-12 18:01:30 +08:00 |
|
|
|
4fcd962cc9
|
read secret key from config.json
|
2022-06-12 17:17:57 +08:00 |
|
|
|
c7382a1561
|
remove token auth method
|
2022-06-12 17:17:15 +08:00 |
|
|
|
4199caa5ef
|
create tmpfs root directory if not exists
|
2022-06-12 16:46:19 +08:00 |
|
|
|
8859640411
|
fix handle delete tmpfs file failed
|
2022-06-12 16:36:08 +08:00 |
|
|
|
544b5afc0d
|
Fix: add filename when download file
|
2022-04-18 02:32:42 +08:00 |
|
|
|
61d85bba97
|
Add: support customized ffmpeg container format
|
2022-04-18 01:32:35 +08:00 |
|
|
|
359416ea44
|
Add: support reset foldername
|
2022-01-03 17:19:15 +08:00 |
|
|
|
d6f9a03786
|
SQL ORDER and IGNORE tag exists
|
2021-12-16 22:34:18 +08:00 |
|
|
|
214ad6c285
|
Add: support reset filename
|
2021-12-16 13:22:18 +08:00 |
|
|
|
7efde3cf6f
|
Add: support change filename
Fix: path method use realname
|
2021-12-16 13:22:10 +08:00 |
|
|
|
435e3605f7
|
Add: support delete file
|
2021-12-16 12:03:05 +08:00 |
|
|
|
6fdd0d2a9e
|
Fix: insert or replace file_has_tag when it exists
|
2021-12-16 01:53:46 +08:00 |
|
|
|
465517e5cc
|
Add: support video (still in test), change ogg to webm
|
2021-12-16 01:34:34 +08:00 |
|
|
|
82c198d45b
|
Reject anonymous user for some action
|
2021-12-15 11:34:01 +08:00 |
|
|
|
73828c547c
|
Add: support config single thread
|
2021-12-15 09:11:03 +08:00 |
|
|
|
97083114fb
|
Add: singleThreadLock for sqlite performance, and change Db.Tag method
|
2021-12-15 02:53:41 +08:00 |
|
|
|
d59e40c6fa
|
Fix: play another file while current file is preparing
|
2021-12-14 01:30:28 +08:00 |
|
|
|
47b178ac90
|
Add: tmpfs lock and fix bug
|
2021-12-14 01:19:50 +08:00 |
|
|
|
83ab1a91b2
|
Add: support delete tag and its references
|
2021-12-14 00:33:31 +08:00 |
|
|
|
28127f6138
|
Add: support delete feedback
|
2021-12-13 23:23:57 +08:00 |
|
|
|
0c9048072f
|
Add: support feedback
|
2021-12-13 23:18:46 +08:00 |
|
|
|
e1d9eac514
|
Add: updating database..
|
2021-12-13 22:21:24 +08:00 |
|
|
|
1b0688e523
|
Add: User can change their password
|
2021-12-13 16:18:02 +08:00 |
|
|
|
f1e8dcfad4
|
Add: handle not active user
|
2021-12-13 14:28:24 +08:00 |
|
|
|
ab67575976
|
Add: set user acitve
|
2021-12-13 14:20:36 +08:00 |
|
|
|
adee9bcb65
|
Simplify: register not return user object
|
2021-12-13 13:47:02 +08:00 |
|
|
|
d7ca68aad1
|
Add: support insert active user
|
2021-12-13 13:43:09 +08:00 |
|
|
|
a826e4bf29
|
Add: support walk database with tags
|
2021-12-13 13:24:25 +08:00 |
|
|
|
d4718ac120
|
Add: support select ramdom files by tag
|
2021-12-13 07:07:43 +08:00 |
|
|
|
164dd0f282
|
Add: show reviews created by user
|
2021-12-13 06:18:14 +08:00 |
|
|
|
f32c922faf
|
Add: delete review
|
2021-12-13 05:52:10 +08:00 |
|
|
|
80462efebc
|
Add: modify review
|
2021-12-13 05:27:12 +08:00 |
|