Patrik J. Braun
|
b3906c6b3d
|
Fixing search types (removing unknown relation and fixing ranged seasrches)
|
2021-03-20 09:23:39 +01:00 |
|
Patrik J. Braun
|
a5954f1705
|
Merge remote-tracking branch 'origin/master'
|
2021-03-14 17:45:43 +01:00 |
|
Patrik J. Braun
|
7ab2d9e62d
|
Fixing reference issues
|
2021-03-14 17:45:32 +01:00 |
|
Patrik J. Braun
|
ddf5b256f9
|
Merge pull request #232 from tibrisch/add-text-shadow
Add text shadow
|
2021-03-14 17:05:06 +01:00 |
|
Patrik J. Braun
|
1de6114c5b
|
Cleaning up project
|
2021-03-14 17:00:43 +01:00 |
|
Patrik J. Braun
|
007962cc8d
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/frontend/app/ui/gallery/gallery.component.ts
|
2021-03-14 16:54:10 +01:00 |
|
Patrik J. Braun
|
270d5af74d
|
Updating random photo query builder to use advanced search #58
|
2021-03-14 16:52:37 +01:00 |
|
Torbjörn Svangård
|
32b6d02549
|
Move text-shadow to controllers-container
|
2021-03-04 20:50:38 +01:00 |
|
Torbjörn Svangård
|
676e146f6e
|
Add text-shadow to face-name
|
2021-03-03 11:49:01 +01:00 |
|
Bruce Chen
|
9711b5956a
|
Fix gallery order issue
* Add code to sort the folder in gallery by date
* Add code to sort the media files in a folder using natural-order
|
2021-03-02 14:55:20 +08:00 |
|
Patrik J. Braun
|
47703b6b84
|
Implementing search query parsing and stringifying. #58
|
2021-02-14 12:57:05 +01:00 |
|
erri120
|
c0a0ac15b3
|
Using natural-orderby for sorting
|
2021-02-02 22:29:43 +01:00 |
|
Patrik J. Braun
|
33b6fbf624
|
Implementing basic advanced search query stringifyer
|
2021-01-31 12:51:48 +01:00 |
|
Patrik J. Braun
|
88015cc33e
|
Implementing adv. search query builder #58
|
2021-01-31 12:22:56 +01:00 |
|
Patrik J. Braun
|
a8bbefe0f8
|
refactoring code, improving advanced search
|
2021-01-17 10:56:33 +01:00 |
|
Patrik J. Braun
|
928f282311
|
Adding rating support to model.
#217 #69
|
2021-01-05 20:35:13 +01:00 |
|
Patrik J. Braun
|
c9521bc883
|
Merge remote-tracking branch 'origin/master'
|
2021-01-04 11:12:04 +01:00 |
|
Patrik J. Braun
|
5f0f09d420
|
Project cleanup and version bumps
|
2021-01-04 11:11:55 +01:00 |
|
Jacob Roeland
|
f9fc2081a0
|
Minor typo: change "start a face" to "star a face"
|
2021-01-04 01:52:43 -05:00 |
|
Patrik J. Braun
|
411023021d
|
Adding persons statistic to ui
|
2020-12-30 22:12:36 +01:00 |
|
Patrik J. Braun
|
b37d4ec8c8
|
Improving notification and CSRF error logging
|
2020-12-27 18:57:02 +01:00 |
|
Patrik J. Braun
|
9df2b8fbaa
|
Improving error logging for handled server side errors.
Looking for: "ForbiddenError: invalid csrf token"
|
2020-12-25 10:36:49 +01:00 |
|
Mattéo Delabre
|
be8bfd2bf5
|
Replace old Mapbox tiles with Static Tiles API
Old Mapbox classic styles and API have been deprecated then removed
since June 2020. This PR changes the default Mapbox tiles to request the
new API.
See <https://docs.mapbox.com/help/troubleshooting/migrate-legacy-static-tiles-api/>
|
2020-10-14 17:12:39 +02:00 |
|
Patrik J. Braun
|
3c404c0cd5
|
Merge pull request #181 from tuur29/feature/mobile-directory-grid-layout
Improve mobile directory grid layout
|
2020-09-13 14:55:10 +02:00 |
|
Tuur Lievens
|
e11b5cc728
|
Improve mobile directory grid layout
|
2020-09-13 13:32:46 +02:00 |
|
Tuur Lievens
|
4586854cf0
|
Improve password field accessibility
|
2020-09-13 13:25:41 +02:00 |
|
Patrik J. Braun
|
3ba6979427
|
Improving job progress wording
|
2020-09-13 12:40:51 +02:00 |
|
Patrik J. Braun
|
73a8c4202a
|
Implementing custom folder sorting, by adding support for pg2conf metafiles. Fixes: #177
|
2020-09-06 17:07:40 +02:00 |
|
Patrik J. Braun
|
cdd1139bab
|
Implementing sharing listing and deleting. Fixes: #145
|
2020-09-06 16:12:30 +02:00 |
|
Patrik J. Braun
|
0d2b59a412
|
Improving local storing handling by try-cache all setItem calls and resetting storage on failure. Fixes: #170
|
2020-09-06 10:23:09 +02:00 |
|
Patrik J. Braun
|
1cc95bb925
|
removing image rotation to support the now available in-browser image orientation tag https://caniuse.com/#feat=css-image-orientation
Fixes: #172
|
2020-09-06 10:11:30 +02:00 |
|
Patrik J. Braun
|
f67dc7d58f
|
removing support for GM image library
|
2020-09-05 20:57:53 +02:00 |
|
Patrik J. Braun
|
d34c070566
|
adding tags list to the infobar. Fixes: #171
|
2020-09-05 19:56:30 +02:00 |
|
Patrik J. Braun
|
e9468c154a
|
Hiding faces for guest users (sharing link). Fixes: #149
|
2020-09-05 16:06:11 +02:00 |
|
Patrik J. Braun
|
bcfd419908
|
adding crf, preset and custom options to video encoding, implementing: #131
|
2020-02-08 09:59:18 +01:00 |
|
Patrik J. Braun
|
2654dce9a1
|
signaling docker sensitive options
|
2020-02-07 23:32:41 +01:00 |
|
Patrik J. Braun
|
c13e90dca6
|
improving config change detection on switches
|
2020-02-06 23:57:59 +01:00 |
|
Patrik J. Braun
|
5908bed64f
|
fixing settings saving bug
|
2020-02-06 22:46:45 +01:00 |
|
Patrik J. Braun
|
854bedc968
|
fixing video settings saving
|
2020-02-05 13:48:41 +01:00 |
|
Patrik J. Braun
|
fcc2e3c537
|
fixing bitrate selection
|
2020-02-05 13:38:40 +01:00 |
|
Patrik J. Braun
|
d152900e21
|
implementing advanced settings
|
2020-02-04 19:37:47 +01:00 |
|
Patrik J. Braun
|
73fee438ec
|
adding mysql port to configs
|
2020-01-29 16:15:00 +01:00 |
|
Patrik J. Braun
|
4e3f464cf8
|
upgrading to typeconfig2.0
|
2020-01-28 18:36:52 +01:00 |
|
Patrik J. Braun
|
e1a7fda3ea
|
improving frame
|
2020-01-09 20:22:42 +01:00 |
|
Patrik J. Braun
|
dd94ec8a72
|
fixing tests
|
2020-01-07 23:10:53 +01:00 |
|
Patrik J. Braun
|
5b4f06e789
|
implementing csrf security for posts
|
2020-01-07 22:17:54 +01:00 |
|
Patrik J. Braun
|
19d3f10d35
|
improving code quality. restricting secret to be accessible through rest api
|
2020-01-03 20:28:03 +01:00 |
|
Patrik J. Braun
|
17139c692b
|
improving code quality
|
2020-01-02 22:11:59 +01:00 |
|
Patrik J. Braun
|
f34e934597
|
translation issue fix
|
2020-01-01 20:52:29 +01:00 |
|
Patrik J. Braun
|
83f3def727
|
fixing case sensitivity issue with PersonManager
|
2020-01-01 20:26:59 +01:00 |
|