Commit graph

12 commits

Author SHA1 Message Date
Felipe Martin a60dbf3dc5
Run legacy API and new API at the same time. (#648)
* config: backwards comptabile dir

* remove duplicated frontend

* frontend: move assets to assets folder

* legacy routes handler in gin

* templates and asset in different embed

* new routes

* frontend routes serve old views

* added DTO for account object

* api auth calls legacy handler

* frontend: handle new error messages

* frontend: update urls

* frontend: login using new api

* updated frontend tests

* chore: remove debug route

* create shiori/gopher user if no owner is present

* server as default command

* serve -> server

* refactored database logic, allow database url

* removed unused configuration

* storage docs

* refactor cli to use cfg and deps

* check errors only in server

* log fatal instead of os exit

* dont default data directory to current dir

* fixed sqlite path

* trigger build on prs

* avoid releasing if lint/test fails

* pull request condition

* event -> event_name

* Get correct pull request number

* added workflow to delete dangling tags

* fix: nil error checking

* set gin mode first

* set gin mode before initialization

* fix logger

* allow version bump from custom ref

* Updated matrix link to workspace
2023-07-19 18:25:41 +02:00
hulb 09f2465065
refactor:pass ctx to db layer, return err instead of recover panic (#450) 2022-09-30 12:19:36 +02:00
Dean Jackson a0ce725167 Exit with non-zero status when add fails 2020-08-06 21:12:34 +02:00
Radhi Fadlillah a3e1563dff Move warc to another package 2019-10-09 20:10:12 +07:00
Radhi Fadlillah ad502c6749 Add portable mode 2019-08-09 10:19:43 +07:00
Radhi Fadlillah e0474d6865 Open archive in browser 2019-06-10 14:34:49 +07:00
Radhi Fadlillah 2077d8fa2c Fix: open doesnt stop after using text mode 2019-06-10 08:44:31 +07:00
Radhi Fadlillah 10ddb3fbbe Use gzip which make archive 1/3 smaller 2019-06-10 07:01:53 +07:00
Radhi Fadlillah a698470ffb Add flag for custom port when opening archive 2019-06-09 16:59:23 +07:00
Radhi Fadlillah 4e38387170 Add initial archiver 2019-06-09 14:54:07 +07:00
Radhi Fadlillah ed2b6b0740 Implement logic for open cmd 2019-05-22 16:47:20 +07:00
Radhi Fadlillah 1e099fbd27 Restructure project directories 2019-05-21 10:31:40 +07:00