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

1305 Commits

Author SHA1 Message Date
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
Patrik J. Braun
688f3b6dec Updating docs with advanced search #309 2021-05-23 23:14:39 +02:00
Patrik J. Braun
a33f983d16 Implementing directory search guard #309 #304
Creates a settings that can enable and disable directories in search result
2021-05-23 22:38:11 +02:00
Patrik J. Braun
90aff86485 Implementing search returning with directories too, not just media #309 #304 2021-05-23 22:26:27 +02:00
Patrik J. Braun
e41ac5b990 Making inset button always visible on touchscreens #309 2021-05-23 18:10:36 +02:00
Patrik J. Braun
f6aaa6de58 Making "and" to be the default operator for search queries #309 2021-05-23 18:05:12 +02:00
Patrik J. Braun
f84f555182 renaming "from" and "to" to "after" and "before" in search query #309 2021-05-23 17:58:58 +02:00
Patrik J. Braun
d0153e58d9 Implementing negatable search query parsing #309 2021-05-23 17:56:58 +02:00
Patrik J. Braun
20f4e8735a Fixing JobSchedule tests #273 2021-05-22 14:47:35 +02:00
Patrik J. Braun
e51502e318 Merge branch 'master' of https://github.com/bpatrik/pigallery2 2021-05-22 10:39:34 +02:00
Patrik J. Braun
91981064e7 increase advanced cookie lifespan to 50 years 2021-05-21 16:40:34 +02:00
Patrik J. Braun
21908732c6 Fixing periodic job scheduling timezone issue. #273
Note: current time format change from valid timestamp to hours*60+minutes, current config wont be valid.
2021-05-21 16:38:29 +02:00
Patrik J. Braun
e5cd8b6724
Merge pull request #303 from martadinata666/master
Python version unavailable for alpine 3.13
2021-05-20 20:21:20 +02:00
Dedy Martadinata S
7c337fb1e7
Add linking for python3
As in alpine /usr/bin/python owned by python2, workaround by linking /usr/bin/python3 to /usr/bin/python
2021-05-20 08:02:13 +07:00
Dedy Martadinata S
996b77eb7b
Change python to python2
As python in alpine 3.11 is version 2.x.x and python in alpine 3.13 have two python versions ```python3``` and ```python2```.
2021-05-19 09:54:43 +07:00
Dedy Martadinata S
c1535b5411
Update deps for alpine 3.13
Change python to python2
2021-05-19 05:59:47 +07:00
Patrik J. Braun
0a46388280
Updating repository to 3.13 in alpine docker build #214 2021-05-18 23:20:29 +02:00
Patrik J. Braun
71c75be291
Updating alpine Docker.build to v3.13 #295 2021-05-17 22:33:18 +02:00
Patrik J. Braun
01f858b092 Saving settings mode to cookies 2021-05-16 16:36:21 +02:00
Patrik J. Braun
2fa1c8f87f Implementing custom Logger, removing deprecated winston dependency
Winston had a major API refactor since v2, so update was not straight forward. Pigallery also uses simple logging, so no need for the complex feature set of winston.
2021-05-16 11:11:53 +02:00
Patrik J. Braun
f59ba6eb98 fixing linting issues 2021-05-16 08:15:42 +02:00
Patrik J. Braun
b2730effc2 Adding explicit linting step to workflow 2021-05-16 07:46:26 +02:00
Patrik J. Braun
355df1d022 Fixing url encoding issues #272
URLs that contain special characters (got media, face or directory) got parsed the wrong way, this commit fixes it.
2021-05-15 10:33:43 +02:00
Patrik J. Braun
ea3506c388 Clearing cache on reload #285
It should help with reducing the confusion as forced reload did not cleared local cache.
2021-05-15 09:51:19 +02:00
Patrik J. Braun
951dbbf066 Removing db folder override as it does not have write access on docker
(cherry picked from commit 36d5ccbbd4c077d25c99f47c215740a46122cad4)
2021-05-15 09:28:14 +02:00
Patrik J. Braun
8bbace1a73 Adding experimental branch buildflow
(cherry picked from commit c2b0276a60f1d21d18cc56d234f5dce0c5d1fffc)
2021-05-15 09:27:56 +02:00
Patrik J. Braun
315c174ff9 Adding experiment support and disable ability to benchmark
(cherry picked from commit dba4c8bf75ed76f41ba24d945bf7d22efb9665c2)
2021-05-15 09:27:42 +02:00
Patrik J. Braun
b2049d81c1
Update README.md 2021-05-13 08:56:09 +02:00