shiori/docs
Monirzadeh 4a5564d60b
feat: store created and modified time separately on database for bookmarks (#896)
* sqlite migrate script

* create time just when bookmark added and modified update if change happen

* show added and modified time in footer instead of header

* add bun.lockb that missing

* add migrate for postgres

* add pg support of created time

* change modifed to modifed_at and create to created_at in sqlite

* change modifed to modifed_at and create to created_at in postgre

* add created_at to mariadb

* fix migration file names

* better variable name and more clear code for add modified time if created and modified is not in same day

* add unittest

* add unittest to sure filters work as expected

* index for created_at and modified_at

* build new styles.css

* update swagger documents

* make styles

* change Created and Modified to CreatedAt and ModifiedAt

* fix missing Modified

* fix typo

* missing Modified

* fix typo

* make swagger

* run tests parallel

Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>

* remove t.Parallel()

* remove dayjs dependency and combine two function

* better unittest name

* fix typo

* diffrnt footer style for login and content page

* use class instead of id

* back parallel

* change duplicate url

* remvoe run Parallel

* make styles

---------

Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
2024-06-26 20:17:51 +02:00
..
postman docs: fix remember represented as a number instead of a bool (#472) 2022-09-30 12:17:05 +02:00
readme Tidy up docs files 2019-09-26 06:58:47 +07:00
screenshots Add screenshots 2019-08-27 13:33:55 +07:00
swagger feat: store created and modified time separately on database for bookmarks (#896) 2024-06-26 20:17:51 +02:00
API.md Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
APIv1.md Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
CLI.md Add Documentation>CLI>Add bookmark (#794) 2023-12-09 09:00:48 +01:00
Configuration.md docs: updated configuration page (#808) 2023-12-30 00:40:29 +01:00
Contribute.md chore: frontend formatting (#764) 2023-11-05 11:02:31 +01:00
Frequently-Asked-Question.md fix: fix problems that may be raised from a 1.5.5 upgrade (#837) 2024-02-08 09:26:33 +01:00
index.md Add Documentation>CLI>Add bookmark (#794) 2023-12-09 09:00:48 +01:00
Installation.md docs: add PikaPods managed hosting option (#881) 2024-04-13 09:18:12 +02:00
Screenshots.md docs: migrate documentation from the wiki (#394) 2022-05-26 19:49:30 +02:00
Storage.md Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
Usage.md fix: fix problems that may be raised from a 1.5.5 upgrade (#837) 2024-02-08 09:26:33 +01:00