shamoon
a87f96d780
Fix date dropdown bs5 compatability
2022-03-02 00:48:20 -08:00
shamoon
b959455ff8
Merge pull request #192 from paperless-ngx/fix-angular13-bs5-fixes-1
...
Angular 13 / Bootstrap 5 Fixes no. 1
Closes #189 and closes #188
2022-03-01 13:41:47 -08:00
Quinn Casey
1e6c666df4
CI: Fix multi stage builds ( #190 )
...
* Try fixing build error
* --upgrade instead of --update
* Attempt to fix timeout
* Try build qpdf on arm64
* Revert "Try build qpdf on arm64"
This reverts commit 42823a4d28a7922c2a1c74803514d279caf1b8ec.
* Format
* Try with libqpdf-dev install
* Move libqpdf-dev install to else
* Try with correct uname
* Run docker container to extract frontend
Co-authored-by: Johann Bauer <bauerj@bauerj.eu>
2022-03-01 12:48:26 -08:00
Michael Shamoon
1fd0f45a02
fix filterable dropdown text color when open
2022-03-01 12:32:06 -08:00
Michael Shamoon
93487b1aeb
Fix bs5 selects
2022-03-01 12:25:22 -08:00
Quinn Casey
0772231ac0
Merge pull request #185 from paperless-ngx/fix-build-prod-warning
...
Fix build --prod depreciated warning
2022-02-28 14:38:05 -08:00
shamoon
37a5627b40
Merge pull request #174 from paperless-ngx/22-02-deps-fix
...
Fix dependency conflicts, broken frontend build
2022-02-28 14:33:12 -08:00
Quinn Casey
a679a1966a
Fix build --prod depreciated warning
2022-02-28 12:39:28 -08:00
Michael Shamoon
b21e8a77be
Bump build-angular to 13.2.5
2022-02-28 12:26:29 -08:00
Quinn Casey
049a2dde96
Merge pull request #18 from benjaminfrank/systemd-socket-port-80
...
Enable non-root port 80 via systemd
2022-02-28 11:17:50 -08:00
Ingo Sigmund
78a4891dfc
Merge pull request #159 from paperless-ngx/pipfile-update
2022-02-28 19:46:39 +01:00
Quinn Casey
5c9c10a6db
Merge pull request #168 from kpj/feature-black
...
GitHub Actions workflow for black code formatting
2022-02-28 10:32:10 -08:00
Michael Shamoon
16cb3ee779
Dont downgrade tslib
2022-02-28 09:37:33 -08:00
Quinn Casey
bc58e459ea
Merge branch 'dev' into feature-black
2022-02-28 07:31:52 -08:00
Quinn Casey
25c8fe5c0e
Merge pull request #172 from paperless-ngx/l10n_dev
...
New Crowdin updates
2022-02-28 06:29:40 -08:00
Quinn Casey
dad9de3be3
Merge pull request #161 from stumpylog/multistep-build
...
Refactor: Do the npm compile as a Build step in docker (Multistep build)
2022-02-28 06:09:17 -08:00
Paperless Translation Bot
f8d1fc749c
New translations messages.xlf (Chinese Traditional)
...
[ci skip]
2022-02-28 01:41:16 -08:00
kpj
bbd4da5a27
Revert "Update Pipfile.lock"
...
This reverts commit acc94dcde0b02f0ec4d9cd7c3da60ebd44b38b4d.
2022-02-28 09:51:13 +01:00
kpj
acc94dcde0
Update Pipfile.lock
2022-02-28 09:42:44 +01:00
kpj
72685b0330
Add black to dev-packages section of Pipfile
2022-02-28 09:42:30 +01:00
Felix E
cffd59f9ba
Merge pull request #170 from paperless-ngx/qcasey-patch-1
...
Fix typo in `extending.rst`
2022-02-28 08:54:30 +01:00
Michael Shamoon
c5e55be84a
Update package-lock.json, add popper
2022-02-27 22:32:00 -08:00
Quinn Casey
03b48078df
Decrement build-angular
2022-02-27 19:39:47 -08:00
Quinn Casey
f0908f3a58
Bump deps to fix TypeError, downgrade tslib for compat
2022-02-27 19:14:33 -08:00
Quinn Casey
49e6e54e0b
Restructure README.md
( #147 )
...
* Restructure readme
* Fix line break
* Add Matrix badge
* Some grammar, removed comparison to Paperless
* Remove comparison to original paperless
* Updated documents screenshot (also dark / light)
* Reorganize a little, add demo
* fix link
* Demo note, fix TOC, add -ngx
* Make the logo smaller
For once its not 'make the logo bigger'
* Reorganizing, move more translation stuff into contributing.md
* fix 'community support' links
* https for demo
* Update autogenerated TOC
* Change GHCR.io to Github Packages
* Add curl install script
* Remove demo heading
* Remove trailing whitespace
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Felix Eckhofer <felix@eckhofer.com>
2022-02-27 17:55:33 -08:00
Quinn Casey
cbe4e698c5
Fix typo in extending.rst
...
```
unknown shorthand flag: 'r' in -restart
See 'docker run --help'.
```
I think this should be `--restart`
2022-02-27 17:02:00 -08:00
Quinn Casey
aa39abc41a
Merge pull request #156 from paperless-ngx/docker-fix-ci
...
Fix Armv7 Docker Build
2022-02-27 16:54:22 -08:00
Quinn Casey
c0ce6e28d4
Add black to docs and CONTRIBUTING
2022-02-27 12:35:26 -08:00
kpj
9b42c0aa50
Make pycodestyle ignore E203
...
See https://github.com/psf/black/issues/315 for more details.
2022-02-27 15:46:12 +01:00
kpj
f7caad9af9
Run pycodestyle with --max-line-length=88 to match black's defaults
2022-02-27 15:42:26 +01:00
kpj
992406d5a0
Format remaining Python files
2022-02-27 15:37:20 +01:00
kpj
60ad0bb4e2
Run black on all files in project root
2022-02-27 15:36:16 +01:00
kpj
f23d53fe1a
Remove --verbose parameter from black call
2022-02-27 15:33:10 +01:00
kpj
12fa3c7417
Fix wrong job name in CI dependency list
2022-02-27 15:30:49 +01:00
kpj
fc695896dd
Format Python code with black
2022-02-27 15:26:41 +01:00
kpj
13885968e3
Add GitHub Actions workflow to check black formatting
2022-02-27 15:21:20 +01:00
shamoon
e331f23bb0
Merge pull request #165 from paperless-ngx/feature-logo-2022
...
New -ngx logo 2022
2022-02-27 06:09:51 -08:00
Ingo Sigmund
d89ac59004
Merge pull request #163 from paperless-ngx/bauerj-patch-1
...
Fix whitespace issue in scanners.rst
2022-02-27 08:42:21 +01:00
Paperless Translation Bot
5b365a15c5
New Crowdin updates ( #154 )
...
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
2022-02-26 20:48:43 -08:00
Michael Shamoon
d8617746eb
New -ngx logo 2022
...
Cause why not
2022-02-26 20:14:24 -08:00
Johann Bauer
1a830eb555
Fix whitespace issue in scanners.rst
2022-02-26 23:21:25 +01:00
Gabriel Augendre
bb0e858dfe
Update QuickScan name and add WebDAV capability
...
QuickScan is now named "OCR Scanner - QuickScan" as per the App Store listing.
It also supports WebDAV.
2022-02-26 22:52:18 +01:00
Johann Bauer
4377998232
Fix Armv7 Docker build
2022-02-26 13:43:48 +01:00
Trenton Holmes
6852127c33
Adds missing step to run npm install
2022-02-25 14:23:40 -08:00
Trenton Holmes
83e40f3e87
Updates node version to 16 for the builder image
2022-02-25 14:23:40 -08:00
Toxix
31d96ea85b
Fix node version
...
From automatic codereview. We should use a specific node version.
We are using the same version that was used before in the github
pipeline.
2022-02-25 14:23:40 -08:00
Toxix
9f895fe65f
Doc Update docs for frontend-compile
...
As frontend compile step is done now inside docker container, we do not
need to do it before. This is updating the documentation so it reflects
the code changes made.
2022-02-25 14:23:40 -08:00
Toxix
84f96d7a98
Feat adjust github pipeline for docker frontend artifacts
...
This should allow to use docker building the frontend artifacts and
reusing them in the bare metal release.
2022-02-25 14:23:40 -08:00
Toxix
a6144e9692
Refector: Do the npm compile as a Build step
...
This removes the requirement of npm on the host system and removes an
additional manual step during the building of the docker image.
Updated the documentation accordingly and fixed a typo.
2022-02-25 14:23:40 -08:00
Johann Bauer
88d5bdc8bf
Enable GitHub CodeQL ( #160 )
2022-02-25 23:20:14 +01:00