aboutsummaryrefslogtreecommitdiff
path: root/example/config.json
Commit message (Collapse)AuthorAge
* 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: 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: PR #238 code review changes (3rd)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: limit + show more tagsZero~Informatique2020-09-11
| | | | github: resolves #184
* Merge branch 'oz-config-json' into developZero~Informatique2020-02-13
| | | | | # Conflicts: # scripts/win_compile_example.cmd
* viewer: no-cache for config.json and index.jsonZero~Informatique2020-02-13
|
* viewer: implemented config.jsonZero~Informatique2020-02-12
Note: The DevServer needs to know when the file is from the App, or from the FileSystem. We use a tilde to make this separation. The tilde URL is declared in '.env.development' GitHub: Resolves #32