Michael Shamoon
def5c1a6cb
skeleton user / group admin dialogs [WIP]
2022-11-13 09:06:56 -08:00
shamoon
df2d048644
Merge pull request #1367 from Eckii24/feat/date-suggestions
...
Adding date suggestions to the documents details view
2022-08-25 11:47:37 -07:00
Michael Shamoon
5a98dec99e
Fix some date pasting cases
2022-08-07 08:44:39 -07:00
Michael Shamoon
b9df858775
Make date suggestions timezone-unaware
2022-08-07 08:37:18 -07:00
Michael Shamoon
61fe994f90
simplify date value format
2022-08-06 21:19:06 -07:00
Matthias Eck
1cc1ee36c6
feat(date.component): adding suggestions to frontend
2022-08-06 13:03:20 +02:00
Michael Shamoon
a49d0280a9
Use NgbDateParserFormatter
2022-05-22 14:38:15 -07:00
Michael Shamoon
921907777a
Strip some characters from pasted date input
2022-05-22 09:03:26 -07:00
Markus
dd3b5c129c
Feature: Dynamic document storage pathes ( #916 )
...
* Added devcontainer
* Add feature storage pathes
* Exclude tests and add versioning
* Check escaping
* Check escaping
* Check quoting
* Echo
* Escape
* Escape :
* Double escape \
* Escaping
* Remove if
* Escape colon
* Missing \
* Esacpe :
* Escape all
* test
* Remove sed
* Fix exclude
* Remove SED command
* Add LD_LIBRARY_PATH
* Adjusted to v1.7
* Updated test-cases
* Remove devcontainer
* Removed internal build-file
* Run pre-commit
* Corrected flak8 error
* Adjusted to v1.7
* Updated test-cases
* Corrected flak8 error
* Adjusted to new plural translations
* Small adjustments due to code-review backend
* Adjusted line-break
* Removed PAPERLESS prefix from settings variables
* Corrected style change due to search+replace
* First documentation draft
* Revert changes to Pipfile
* Add sphinx-autobuild with keep-outdated
* Revert merge error that results in wrong storage path is evaluated
* Adjust styles of generated files ...
* Adds additional testing to cover dynamic storage path functionality
* Remove unnecessary condition
* Add hint to edit storage path dialog
* Correct spelling of pathes to paths
* Minor documentation tweaks
* Minor typo
* improving wrapping of filter editor buttons with new storage path button
* Update .gitignore
* Fix select border radius in non input-groups
* Better storage path edit hint
* Add note to edit storage path dialog re document_renamer
* Add note to bulk edit storage path re document_renamer
* Rename FILTER_STORAGE_DIRECTORY to PATH
* Fix broken filter rule parsing
* Show default storage if unspecified
* Remove note re storage path on bulk edit
* Add basic validation of filename variables
Co-authored-by: Markus Kling <markus@markus-kling.net>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Quinn Casey <quinn@quinncasey.com>
2022-05-19 14:42:25 -07:00
Michael Shamoon
8565a2c3ed
Unify management lists with single template
2022-03-23 13:31:00 -07:00
Frank Strieter
5ba5b8c2ee
fix code style issues
...
solve merge conflicts
format code
format code
format code
2022-03-23 09:39:55 +01:00
Frank Strieter
4377d15599
test: remove most of the boilerplate tests
2022-03-23 09:24:07 +01:00
Michael Shamoon
bd4a705769
Prettier code cleanup for .ts files
...
See #182
2022-03-11 11:58:19 -08:00
shamoon
5d9482bcfa
Merge pull request #253 from paperless-ngx/feature-better-date-keyboard-input
...
Improve date keyboard input
2022-03-11 10:27:56 -08:00
Michael Shamoon
6efc312929
Fix enter key was prevented
2022-03-11 08:11:35 -08:00
Michael Shamoon
6c1701fa14
semicolons
2022-03-11 01:03:43 -08:00
Michael Shamoon
b6a75b6206
Move padding into date formatter
2022-03-11 00:28:06 -08:00
Michael Shamoon
cf18cc940e
Limit date input field chars and length
2022-03-11 00:11:59 -08:00
Michael Shamoon
548f6a41ae
Allow formatting non-padded dates
2022-03-10 15:17:32 -08:00
Michael Shamoon
1658d1aa85
Working conversion
2022-03-09 15:34:26 -08:00
Michael Shamoon
c0fac27576
Converting colors experiment
2022-03-09 15:19:42 -08:00
Michael Shamoon
09b1fb2b76
Allow non-hex color modes from color component
2022-03-09 14:12:39 -08:00
Michael Shamoon
1b5c142b81
bs5: fix color component display
2022-02-19 23:55:17 -08:00
Michael Shamoon
268f2c18ec
bs5: fix settings display
2022-02-19 23:34:32 -08:00
Michael Shamoon
18d6c4bf0e
bs5: form input spacing, renamed controls
2022-02-19 22:40:27 -08:00
Yannic Schroeder
0aaf553acc
Migrate Bootstrap utilities to v5
...
Names of utility classes have changed:
https://getbootstrap.com/docs/5.0/migration/#utilities
2022-02-20 01:25:57 +01:00
Yannic Schroeder
73f1bcc9ef
Update to Angular 13
2022-02-20 00:14:35 +01:00
Michael Lynch
96738277d9
Normalize whitespace in source files
...
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.
This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
jonaswinkler
505655fd52
add translation hint
2021-05-15 18:58:23 +02:00
jonaswinkler
592d60de40
added some missing strings
2021-05-15 18:53:55 +02:00
Michael Shamoon
f86c500239
Refactor unneeded ngIf
2021-04-04 19:57:16 -07:00
Michael Shamoon
fd9a871f81
Add back plus button which retains filter text
2021-04-04 17:05:27 -07:00
Michael Shamoon
46fe2da563
Refactor to use ng-select addTag function
2021-04-03 09:30:29 -07:00
Michael Shamoon
9f8687bbe6
Not needed, clearing will be done by timeout
2021-03-24 12:42:14 -07:00
Michael Shamoon
f399458df8
Clear last search term when clear button clicked
2021-03-24 12:37:26 -07:00
Michael Shamoon
904ff04f1d
Add timeout for clearing last search term on select blur
2021-03-24 12:21:51 -07:00
Michael Shamoon
567161b2c0
Support passing current term from input-select search to create dialog e.g. for doc type / correspondent
2021-03-24 12:21:13 -07:00
Michael Shamoon
8781ebbadd
Support passing current term from tag search to create dialog
2021-03-24 12:13:37 -07:00
jonaswinkler
97dc8553db
shadows
2021-02-25 22:49:47 +01:00
jonaswinkler
bae41cc50a
color picker fixes, random default color
2021-02-25 22:43:45 +01:00
jonaswinkler
8a9e2481a2
Merge branch 'dev' into feature-autocolor
2021-02-25 18:54:40 +01:00
jonaswinkler
ba73f6fe3e
fix date input error display
2021-02-25 16:29:49 +01:00
jonaswinkler
ec604bcdf0
adjust frontend to use the new tag color api
2021-02-25 11:32:22 +01:00
jonaswinkler
f35dcf1675
use ng-bootstrap date selector, with proper formatting/parsing according to the current locale #177
2021-02-24 18:00:26 +01:00
jonaswinkler
dda384f4a3
update messages
2021-01-29 16:57:00 +01:00
jonaswinkler
624ea65fb3
frontend support for suggestions #264
2021-01-29 16:48:51 +01:00
jonaswinkler
6f03f83447
fixes #292
2021-01-10 01:59:47 +01:00
jonaswinkler
9945cd3728
bugfix
2021-01-07 00:21:47 +01:00
jonaswinkler
4ffbbb9796
fix some translations
2021-01-05 23:36:31 +01:00
jonaswinkler
996210df49
fixes #278
2021-01-05 22:11:42 +01:00