Quinn Casey
04ce42360f
Merge pull request #168 from kpj/feature-black
...
GitHub Actions workflow for black code formatting
2022-02-28 10:32:10 -08:00
Quinn Casey
cb9e7b2dad
Merge branch 'dev' into feature-black
2022-02-28 07:31:52 -08:00
Quinn Casey
105bcf224e
Merge pull request #172 from paperless-ngx/l10n_dev
...
New Crowdin updates
2022-02-28 06:29:40 -08:00
Quinn Casey
34d4c17bc2
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
5c040e8944
New translations messages.xlf (Chinese Traditional)
...
[ci skip]
2022-02-28 01:41:16 -08:00
kpj
63d5f93533
Revert "Update Pipfile.lock"
...
This reverts commit acc94dcde0b02f0ec4d9cd7c3da60ebd44b38b4d.
2022-02-28 09:51:13 +01:00
kpj
c1302a708a
Update Pipfile.lock
2022-02-28 09:42:44 +01:00
kpj
84b5dd4a18
Add black to dev-packages section of Pipfile
2022-02-28 09:42:30 +01:00
Felix E
b0fd1c0846
Merge pull request #170 from paperless-ngx/qcasey-patch-1
...
Fix typo in `extending.rst`
2022-02-28 08:54:30 +01:00
Quinn Casey
78a7093be4
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
be8c689076
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
8829947411
Merge pull request #156 from paperless-ngx/docker-fix-ci
...
Fix Armv7 Docker Build
2022-02-27 16:54:22 -08:00
Quinn Casey
5f4b9fcbca
Add black to docs and CONTRIBUTING
2022-02-27 12:35:26 -08:00
kpj
a14f180524
Make pycodestyle ignore E203
...
See https://github.com/psf/black/issues/315 for more details.
2022-02-27 15:46:12 +01:00
kpj
495647c113
Run pycodestyle with --max-line-length=88 to match black's defaults
2022-02-27 15:42:26 +01:00
kpj
50dbf0f461
Format remaining Python files
2022-02-27 15:37:20 +01:00
kpj
e54367cfc5
Run black on all files in project root
2022-02-27 15:36:16 +01:00
kpj
e27749bc9d
Remove --verbose parameter from black call
2022-02-27 15:33:10 +01:00
kpj
f3fc4a9fcf
Fix wrong job name in CI dependency list
2022-02-27 15:30:49 +01:00
kpj
c56cb25b5f
Format Python code with black
2022-02-27 15:26:41 +01:00
kpj
f0ffc69010
Add GitHub Actions workflow to check black formatting
2022-02-27 15:21:20 +01:00
shamoon
b1138aa3fc
Merge pull request #165 from paperless-ngx/feature-logo-2022
...
New -ngx logo 2022
2022-02-27 06:09:51 -08:00
Ingo Sigmund
ae5d8bb6c6
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
b2bee1d29e
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
0f7519e1fc
New -ngx logo 2022
...
Cause why not
2022-02-26 20:14:24 -08:00
Johann Bauer
6613ae7473
Fix whitespace issue in scanners.rst
2022-02-26 23:21:25 +01:00
Gabriel Augendre
b964379103
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
680d1f2126
Fix Armv7 Docker build
2022-02-26 13:43:48 +01:00
Trenton Holmes
1a0d6b332a
Adds missing step to run npm install
2022-02-25 14:23:40 -08:00
Trenton Holmes
89d0a232cf
Updates node version to 16 for the builder image
2022-02-25 14:23:40 -08:00
Toxix
3287ddf6d7
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
bb507529db
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
e2809a48c2
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
4467ef054d
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
0c7cc0ce3a
Enable GitHub CodeQL ( #160 )
2022-02-25 23:20:14 +01:00
shamoon
6f803462a8
Merge pull request #149 from paperless-ngx/fix-misc-frontend-fixes
...
Misc frontend fixes
2022-02-25 01:21:03 -08:00
Michael Shamoon
425d17d8f2
fix position and bs5 underline of suggestion link
2022-02-25 01:17:05 -08:00
Michael Shamoon
5f579cf631
force ng2-pdf-viewer page width
2022-02-25 01:10:26 -08:00
Michael Shamoon
d4207cba8c
card checkboxes werent clickable
2022-02-25 00:49:32 -08:00
Michael Shamoon
e7682d845a
Fix pdf border
2022-02-25 00:47:27 -08:00
Timo Heckel
b6c5e05199
Update .env ( #102 )
...
added visual indicator that pipenv is active
2022-02-24 17:05:19 +01:00
Quinn Casey
228ce36a30
Merge pull request #144 from paperless-ngx/tags-ngx
...
Make CI build from tags starting with ngx-
2022-02-24 08:02:41 -08:00
Quinn Casey
997f022310
Merge pull request #145 from paperless-ngx/fix-docker-build
...
Fix `build-docker-image` CI step
2022-02-24 08:00:13 -08:00
dependabot[bot]
293a3de041
Bump django-cors-headers from 3.8.0 to 3.11.0 ( #95 )
...
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) from 3.8.0 to 3.11.0.
- [Release notes](https://github.com/adamchainz/django-cors-headers/releases )
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/HISTORY.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.8.0...3.11.0 )
---
updated-dependencies:
- dependency-name: django-cors-headers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-24 16:48:56 +01:00
Johann Bauer
df4ae9f0cd
Fix build-docker-image
CI step
2022-02-24 16:43:57 +01:00
dependabot[bot]
a0f366b33e
Bump uvicorn from 0.15.0 to 0.17.5 ( #92 )
...
Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.15.0 to 0.17.5.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.15.0...0.17.5 )
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-24 16:08:23 +01:00
dependabot[bot]
e7a7527d66
Bump pikepdf from 2.16.1 to 5.0.1 ( #143 )
...
Bumps [pikepdf](https://github.com/pikepdf/pikepdf ) from 2.16.1 to 5.0.1.
- [Release notes](https://github.com/pikepdf/pikepdf/releases )
- [Changelog](https://github.com/pikepdf/pikepdf/blob/master/docs/release_notes.rst )
- [Commits](https://github.com/pikepdf/pikepdf/compare/v2.16.1...v5.0.1 )
---
updated-dependencies:
- dependency-name: pikepdf
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-24 15:40:46 +01:00
Johann Bauer
ce2c62e060
Make CI build from tags starting with ngx-
2022-02-24 15:19:25 +01:00
Johann Bauer
6cd3bf0cea
Drop support for Python 3.7 ( #142 )
2022-02-24 15:07:30 +01:00
Quinn Casey
ddb1ef8b5f
Update project name, copyright ( #55 )
...
* Update project name, copyright
* Update copyright to 2015-2022
* Scrub README.md for references to paperless-ng
* Update badges
* Update instances of paperless-ngx
* Remove ansible role
Co-authored-by: Daniel Blittschau <d@dblitt.com>
2022-02-24 15:00:21 +01:00