Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-shiori/shiori Loading
base: v1.7.0
Choose a base ref
...
head repository: go-shiori/shiori Loading
compare: master
Choose a head ref
  • 8 commits
  • 40 files changed
  • 3 contributors

Commits on Jun 8, 2024

  1. feat: new system info panel in webui settings (#926)

    * frontend
    
    * fixed Database.DBx return value
    
    * api endpoint
    
    * updated swagger
    
    * fix openbsd variable dereference
    
    * tests
    
    * only load information if user is owner
    
    * memory improvement for other routes
    fmartingr committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    72aecd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa8332 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    bc8c06a View commit details
    Browse the repository at this point in the history
  2. fix: always show bookmark menu on tablets (#944)

    * fix: always show bookmark menu on tablets
    
    * make styles
    fmartingr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    06efb08 View commit details
    Browse the repository at this point in the history
  3. feat: use bookmark thumbnail as ebook cover (#943)

    * use thumbnail as ebook cover
    
    * add TODO for improve that later
    
    Co-authored-by: Felipe Martin <[email protected]>
    
    ---------
    
    Co-authored-by: Felipe Martin <[email protected]>
    Monirzadeh and fmartingr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a3d4a68 View commit details
    Browse the repository at this point in the history
  4. feat: store created and modified time separately on database for book…

    …marks (#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 <[email protected]>
    
    * 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 <[email protected]>
    Monirzadeh and fmartingr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4a5564d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix: add freebsd flag to nonCGO build (#947) (#948)

    Fix broken build on FreeBSD after commit 02247b2.
    lifepillar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e34cd36 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. chore: change warning message for bun on cpus without avx2 (#954)

    * change massage to use bun build without need AVX2
    
    * better massage
    
    Co-authored-by: Felipe Martin <[email protected]>
    
    ---------
    
    Co-authored-by: Felipe Martin <[email protected]>
    Monirzadeh and fmartingr committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    40ae4cd View commit details
    Browse the repository at this point in the history
Loading