1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
Commit Graph

1632 Commits

Author SHA1 Message Date
Ashwin P Chandran
e9dc5b7d02
Fix whitespace between Navbar and breadcrumbs
There is a whitespace between the Navbar and breadcrumb/sort section. The change here is to remove the margin style that causes the white space.
2021-07-18 21:23:08 -07:00
Patrik J. Braun
bae5559356 Merge remote-tracking branch 'origin/master' 2021-07-06 21:37:31 +02:00
Patrik J. Braun
43343b252c Implementing search query and custom sorting based preview selection #80 2021-07-06 21:37:19 +02:00
Patrik J. Braun
628bc74226 Refactoring directory interfaces #80 2021-06-27 19:33:37 +02:00
Patrik J. Braun
6bcd8ff33c Add sorting by rating #80 2021-06-24 23:00:41 +02:00
Patrik J. Braun
3e33d8ab89
Update docker-compose.yml 2021-06-20 14:24:28 +02:00
Patrik J. Braun
7b9d619e86
making a note about the missing latest tag #326 2021-06-20 14:21:21 +02:00
Patrik J. Braun
41975f72a1 fixing temp folder saving #311 2021-06-19 12:18:07 +02:00
Patrik J. Braun
74a56caf76 fixing tests 2021-06-19 12:08:17 +02:00
Patrik J. Braun
a47e613ca9 Adding missing translations entries to messages.de.xlf. 2021-06-19 11:22:01 +02:00
Patrik J. Braun
96a29797ed Merge remote-tracking branch 'origin/master' 2021-06-19 11:20:48 +02:00
Patrik J. Braun
3541eae141 Implementing listing metafiles in search result 2021-06-19 11:20:40 +02:00
Patrik J. Braun
6f5126b3e6
Merge pull request #318 from kleinrene/patch-2
Create messages.de.xlf
2021-06-06 17:37:22 +02:00
kleinrene
4251cefe2b
Create messages.de.xlf 2021-06-05 13:51:54 +02:00
Patrik J. Braun
70e2aca449
Create codeql-analysis.yml 2021-06-04 00:03:56 +02:00
Patrik J. Braun
57ac433c46 Loading faces even if override keywords are disabled. fixes #293 2021-06-03 22:44:41 +02:00
Patrik J. Braun
cdcd246fb2 Merge remote-tracking branch 'origin/master' 2021-06-03 21:19:30 +02:00
Patrik J. Braun
ff08d34a04 Fixing tests 2021-06-03 21:19:21 +02:00
Patrik J. Braun
605c26d813
Update README.md 2021-06-03 00:09:21 +02:00
Patrik J. Braun
a6dc01b277
Update Docker readme #317
Update Docker README.md #317  to reflect possible data loss on version update.
2021-06-03 00:08:02 +02:00
Patrik J. Braun
f2ab96faaf reducing album indexing manager scope 2021-05-31 22:41:31 +02:00
Patrik J. Braun
f1818c1ca6 Creating Album settings UI and adding album related translations #45 2021-05-31 22:34:55 +02:00
Patrik J. Braun
c832e2d5e2 Adding demo photos and .saved_searches.pg2conf example to the demo page #45 2021-05-31 21:53:04 +02:00
Patrik J. Braun
8570649509 Adding missing dummy memory db implementation #45 2021-05-31 21:19:59 +02:00
Patrik J. Braun
597d179f7d Adding count and precalculated preview to saved search #45 2021-05-31 19:55:27 +02:00
Patrik J. Braun
2e12af46d1 Fixing SOME_OF query flatteing issue 2021-05-31 16:44:37 +02:00
Patrik J. Braun
30c2497f8f Improving saved search pg2conf tests 2021-05-30 18:18:24 +02:00
Patrik J. Braun
b126022454 Improving SOME_OF search to support expressions with more parameters 2021-05-30 17:26:07 +02:00
Patrik J. Braun
404b82e12b Implementing .saved_searches.pg2conf saving tests 2021-05-30 15:09:47 +02:00
Patrik J. Braun
e26c60d67b Add .saved_searches.pg2conf popup #45 2021-05-30 00:02:05 +02:00
Patrik J. Braun
a9e88f1b7d Reading saved searches from .saved_searches.pg2conf #45 2021-05-29 23:27:52 +02:00
Patrik J. Braun
77b2d7e92a
Merge pull request #316 from bpatrik/feature/saved-search
Creating saved search as Albums #45
2021-05-28 23:42:43 +02:00
Patrik J. Braun
a5630a2fe8 Fixing failing Album tests #45 2021-05-28 23:28:12 +02:00
Patrik J. Braun
682c2e5c11 Making random query builder to use search query builder 2021-05-28 23:21:53 +02:00
Patrik J. Braun
fc854f7295 Implementing add saved search button on the albums page #45 2021-05-28 23:17:29 +02:00
Patrik J. Braun
c31e7b8e3a Adding save album button to search query builder #45 2021-05-28 22:02:49 +02:00
Patrik J. Braun
2e15defa0f
Update build.yml
Fixing building release on tag
2021-05-28 21:07:07 +02:00
Patrik J. Braun
1e8ec4e96e Implementing Album UI #45 2021-05-28 21:01:59 +02:00
Patrik J. Braun
6a08cc1c1c Adding Album Middlewares and routers #45 2021-05-28 19:46:22 +02:00
Patrik J. Braun
512f5c18d6 Implementing AlbumBase and SavedSearch Entities and Manager #45 2021-05-28 19:21:18 +02:00
Patrik J. Braun
e63a7cae98 Parsing ISO date string manually in search queries, also replacing all date to UTC dates #312 2021-05-27 23:15:00 +02:00
Patrik J. Braun
37594f1b88 Replacing local date format with ISO string format as Date.parse only supports that reliably cross browser. #312 2021-05-26 22:07:37 +02:00
Patrik J. Braun
d9a91a824f version bump 2021-05-24 16:07:41 +02:00
Patrik J. Braun
df42ebd9db Adding DB reset test 2021-05-24 16:03:53 +02:00
Patrik J. Braun
b7db019c70 skipping creation date test when it is not present 2021-05-24 15:18:55 +02:00
Patrik J. Braun
527e13ba9c Merge remote-tracking branch 'origin/master' 2021-05-24 15:03:18 +02:00
Patrik J. Braun
466496650e Supporting date before epoch (1970) #245, #294 2021-05-24 14:56:23 +02:00
Patrik J. Braun
b81b79f704
Update README.md 2021-05-24 11:17:27 +02:00
Patrik J. Braun
b44dab37a1
Update bug_report.md 2021-05-24 09:53:50 +02:00
Patrik J. Braun
8e9fc45928 fixing issue when searching for directory with brackets in its name #309
Example issue "2000.01.01 (An event)"
2021-05-24 00:07:19 +02:00