Commit Graph

232 Commits

Author SHA1 Message Date
Jason 25897ba6d3
Allow API Access to some endpoints (#304) 2021-11-03 22:17:34 +09:00
Kana 58864852d1
fix: update upload directories 2021-09-02 02:04:57 +09:00
Kana f262fa8069
Update db location 2021-09-02 01:54:17 +09:00
Pitu ff046169bf fix: wrong case on env variable 2021-08-22 22:50:30 +09:00
Zephyrrus a8b985240d
fix: anon upload and domain fix for album links (#292) 2021-08-22 22:33:28 +09:00
Pitu a4c7dc5cf3 fix: typo 2021-06-20 22:03:10 +09:00
Pitu 2efd58f1a4 chore: remove leftovers 2021-06-20 21:53:16 +09:00
Pitu d9e0537a1d fix: be able to delete tags 2021-06-20 21:20:27 +09:00
Pitu 270b7acd4c chore: hardcode api location 2021-06-20 18:53:59 +09:00
Pitu a4c447bb8b chore: add defaults for stats and other features 2021-06-20 18:46:21 +09:00
Pitu 0917f6f91f fix: typos 2021-06-20 18:45:56 +09:00
Pitu aff22be1b3 fix: return all used values 2021-06-20 18:45:32 +09:00
Pitu 0ec31e2371 fix: potentially fix the blocked extensions array splitting 2021-06-19 02:03:24 +09:00
Zephyrrus 2b5857182f fix: migrations
fix: order of parameters in the startup script
2021-06-18 15:11:47 +03:00
Pitu acc7da5310 test: seeding during migration 2021-06-18 02:53:52 +09:00
Pitu 9a0e6f9640 fix: seeding 2021-06-18 02:53:45 +09:00
Pitu 940ab07d35 feat: prevent running without a domain 2021-06-18 01:45:19 +09:00
Pitu f42c75c7f4 feat: add domain to setup process 2021-06-18 01:45:10 +09:00
Pitu c131c3a1fc feat: save correct db info 2021-06-17 23:31:48 +09:00
Pitu ed9fa0fa72 chore: remove console.log 2021-06-17 23:31:28 +09:00
Zephyrrus 0cae7e9eda feat: show validation errors from joi on the frontend 2021-06-17 16:06:53 +03:00
Zephyrrus 6fe5055e9d feat: show setting values on the settings page and implement sending to backend (no saving yet) 2021-06-17 01:13:15 +03:00
Pitu 30808a3574 feat: fetch all settings if admin 2021-06-17 03:39:58 +09:00
Pitu 50d13e2ae7 feat: fetch settings from api 2021-06-17 01:10:24 +09:00
Pitu b2253c7f60 chore: update db migration, seed and docker env 2021-06-15 00:13:37 +09:00
Pitu d3c80127ec chore: update process.env usage 2021-06-15 00:12:26 +09:00
Pitu 9b28e56e09 chore: get host from req instead of config 2021-06-08 00:33:01 +09:00
Pitu 5f5716963d wip 2021-06-07 16:25:02 +09:00
Pitu 3f223a9dbf feat: implement initial values and saving to db logic 2021-03-25 02:03:57 +09:00
Pitu abd7a1ca2e chore: move database migration script 2021-03-25 00:09:33 +09:00
Pitu 541bfedb92 wip 2021-03-23 22:35:29 +09:00
Pitu b24c0175f5 Merge branch 'feature/database_based_settings' of https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings 2021-03-23 22:24:11 +09:00
Pitu ea0d8aafcf fix: disabled users on migration 2021-02-21 23:38:00 +09:00
Pitu a3bf693d30 chore: switch to asyncData where needed 2021-01-20 14:09:06 +09:00
Pitu 91a15f417e feat: enable ssr and serve it with the api 2021-01-20 14:01:36 +09:00
Pitu 68fd5bd133 feat: add pagination to public album links 2021-01-20 01:33:35 +09:00
Pitu bf0b0f64bf feat: add pagination to user files in admin view 2021-01-20 00:43:03 +09:00
Zephyrrus d69fcd856a feat: add sections to settings object meta 2021-01-11 12:51:45 +02:00
Zephyrrus 46ef63fb9f feat: add dynamic settings page rendering based on the Joi object 2021-01-10 02:04:35 +02:00
Zephyrrus 3c303241e1 feat: create settings schema (used for rendering and validating) 2021-01-09 01:03:03 +02:00
Kana 01e17ed856
Merge pull request #251 from Zephyrrus/fix/paginate_search
fix: pagination not working when searching & fix: search not working on albums
2021-01-09 00:53:16 +09:00
Zephyrrus e962efd014 fix: pagination not working when searching
fix: search not working on albums
2021-01-08 17:44:48 +02:00
Pitu 81b722452c feat: use LIKE on queries for case sensitivity issues 2021-01-09 00:42:25 +09:00
Pitu 0d18e7d2a2 chore: remove query from API response 2021-01-09 00:01:34 +09:00
Pitu 0484ea74a2 fix: prevent db from committing suicide 2021-01-08 23:47:18 +09:00
Pitu 523359ec32 chore: be able to refresh stats on demand 2021-01-08 20:55:57 +09:00
Zephyrrus b58e12cad8 fix: pg driver doesn't return anything without .returning()
feat: disable .returning() is not supported warning message, it's useless.
2021-01-08 00:41:43 +02:00
Zephyrrus bf10242180 fix: don't generate a stat every second on minute 0 of every hour 2021-01-08 00:01:11 +02:00
Zephyrrus 925080f6a0 chore: refactor stats generator to use an enum for types
fix: saved data not being converted to JSON automatically when using SQLite (and possibly MSSQL)
feat: display when a stat was generated in the section's header
fix: not being able to click through the footer (sorry IE11 users, you still won't be able to click through it)
fix: add is-mobile to columns so they don't stack on top of each other
feat: add text next to the NSFW toggle and make it look like the elements around it (begone round iOS edges)
2021-01-07 23:55:37 +02:00
Zephyrrus a838d024a7 Merge branch 'feature/stats-dashboard' into feature/system_status_page 2021-01-07 21:39:47 +02:00