aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'develop' for release v2.0v2.0pacien2020-09-25
|\
| * release: set package versions to v2.0pacien2020-09-25
| |
| * ci: update imagemagick download url and add curl fail flagpacien2020-09-25
| |
| * docs: fix default setting value for initialItemSort in changelogpacien2020-09-25
| |
| * viewer: refactor how the available sorts are storedZero~Informatique2020-09-25
| | | | | | | | github: resolves #259
| * viewer/services/itemComparators: set default item sort order to date_ascpacien2020-09-25
| | | | | | | | It's the most reasonable default that doesn't break the order of sequence of photos.
| * viewer/services/itemComparators: make the orders linearpacien2020-09-25
| | | | | | | | | | | | By using the item path as a tie-breaker. GitHub: closes #255
| * viewer: rollback @vue/cli-* to latest working versionpacien2020-09-24
| | | | | | | | | | | | | | | | | | More recent versions of the babel plugin, starting at 4.5.0 included, do not seem to work correctly. See linked issue for more details. This reverts a part of commit 90d5af5: "viewer: dependencies update". GitHub: closes #252
| * docs: mention new lib in dep listpacien2020-09-19
| |
| * docs: aggregate new features in changelogpacien2020-09-19
| |
| * docs: simplify quickstart guidepacien2020-09-19
| | | | | | | | | | Remove the deploy step and focus on the other ones, providing tree examples.
| * docs: document new features and optionspacien2020-09-19
| |
| * viewer: rename title sort orderpacien2020-09-19
| | | | | | | | To avoid confusion with filenames.
| * viewer: sort by date ascending (#249)zeroinformatique2020-09-17
| | | | | | | | | | * viewer: sort by date ascending * viewer: sort by date ascending
| * viewer: handle HTTP authentication: DevServer is now able to switch between ↵Zero~Informatique2020-09-14
| | | | | | | | HTTP proxy and filesystem.
| * viewer: natural sortZero~Informatique2020-09-14
| | | | | | | | github: resolves #243
| * viewer: make default sort order configurable. code review improvementsZero~Informatique2020-09-12
| | | | | | | | github: resolves #239
| * viewer: make default sort order configurableZero~Informatique2020-09-12
| | | | | | | | github: resolves #239
| * viewer: improved network errors handlingZero~Informatique2020-09-12
| |
| * viewer: fixed a minor crash in the information panel for missing resourcesZero~Informatique2020-09-12
| | | | | | | | (cherry picked from commit 24d542b11b91f967ec66ec0b5b2415427d028a8b)
| * viewer: PR #238 code review changes (3rd)Zero~Informatique2020-09-11
| |
| * viewer: PR #238 code review changes (2nd)Zero~Informatique2020-09-11
| |
| * viewer: config.json url parameter + index.json configurationZero~Informatique2020-09-11
| | | | | | | | github: resolves #160
| * viewer: PR #238 code review changesZero~Informatique2020-09-11
| |
| * viewer: i18n-ally configuration and locale file sortZero~Informatique2020-09-11
| |
| * viewer: item display orderZero~Informatique2020-09-11
| | | | | | | | github: resolves #28
| * viewer: limit + show more tagsZero~Informatique2020-09-11
| | | | | | | | github: resolves #184
| * viewer: dependencies updateZero~Informatique2020-09-11
| |
| * viewer: information panel scrollbar and collapse with animationZero~Informatique2020-09-11
| | | | | | | | github: resolves #78
| * viewer: information panel with markdownZero~Informatique2020-09-11
| | | | | | | | | | github: resolves #214 github: resolves #37
| * viewer: moved scrollbar SCSS definition to its own fileZero~Informatique2020-09-11
| |
| * viewer: project configuration, removed version automatic upgrades with npmZero~Informatique2020-09-11
| |
| * viewer: item information (raw implementation)Zero~Informatique2020-09-11
| |
| * viewer: defining $style type for Vue prototypeZero~Informatique2020-08-19
| |
| * viewer: unifying scrollbar style (for FireFox)Zero~Informatique2020-08-19
| |
| * viewer: dependancies updateZero~Informatique2020-06-28
| |
| * viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
| |
| * viewer: eslint max-warnings 0 (CI fail on formatting error)Zero~Informatique2020-06-28
| |
| * viewer: autoformat using eslint-prettier instead of VSC's integrated formattersZero~Informatique2020-06-28
| |
| * viewer: component dispatch (no functional change)Zero~Informatique2020-06-20
| | | | | | | | a cleaner way to add new components to LdGallery
| * viewer: code update (no functional change)Zero~Informatique2020-06-19
| | | | | | | | | | | | Types { [x: T]: R } updated to Record<T, R> Methods in template updated to getters (computed in VueJS), which are reactive and cached Code formatting
| * viewer: removed deprecated, useless, css classZero~Informatique2020-06-19
| |
| * compiler: allow setting thumbnails for all itemspacien2020-06-16
| | | | | | | | | | | | Not only for directories. GitHub: closes #224
| * compiler: reuse derived item properties from last compilationpacien2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A benchmark on an already bulit gallery with ~600 pictures shows a ~90% speedup: Before: Time (mean ± σ): 2.879 s ± 0.125 s [User: 14.686 s, System: 5.511 s] Range (min … max): 2.774 s … 3.203 s 10 runs After: Time (mean ± σ): 289.5 ms ± 15.1 ms [User: 596.1 ms, System: 359.3 ms] Range (min … max): 272.8 ms … 323.0 ms 10 runs GitHub: closes #97
| * compiler: split ItemProcessors, FileProcessors and Cachingpacien2020-06-16
| |
| * compiler: make GalleryIndex loadable from JSONpacien2020-06-16
| |
| * compiler/Files: simplify subPaths computationpacien2020-06-16
| | | | | | | | Ignoring subsequences that aren't rooted
| * compiler: trivial code simplificationspacien2020-06-13
| | | | | | | | Following HLint's advice.
| * github: add bug issue templateOzoneGrif2020-05-23
| |
| * viewer: Enumerated item typesZero~Informatique2020-05-22
| |