Michael Manganiello 
							
						 
					 
					
						
						
							
						
						0466f7a18a 
					 
					
						
						
							
							Sync Pipfile.lock based on latest Pipfile  
						
						... 
						
						
						
						When running `pipenv install` locally, `pipenv` triggers a warning that the
lockfile is out of sync, and starts regenerating the `Pipfile.lock` file.
This change syncs these files, and updates dependencies based on a fresh run of
`pipenv lock --dev`. 
						
						
							
						
					 
					
						2023-05-30 07:22:00 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						97cf3b2079 
					 
					
						
						
							
							Merge pull request  #3473  from jayme-github/fix_original_filename  
						
						... 
						
						
						
						Make DocumentSerializer return the original_filename 
						
						
							
						
					 
					
						2023-05-27 12:50:07 -07:00 
						 
				 
			
				
					
						
							
							
								jayme-github 
							
						 
					 
					
						
						
							
						
						6542d75a6a 
					 
					
						
						
							
							Make DocumentSerializer return the original_filename  
						
						... 
						
						
						
						Make get_original_file_name return the original filename instead of the
public filename. 
						
						
							
						
					 
					
						2023-05-27 21:35:58 +02:00 
						 
				 
			
				
					
						
							
							
								chrisblech 
							
						 
					 
					
						
						
							
						
						3ab2892066 
					 
					
						
						
							
							consumer.py: read create_date from original file (instead of temp copy)  
						
						... 
						
						
						
						In line 328, `self.path` is set to a fresh written copy of the source file. This copy has a different timestamp (=now).
When using the source file's timestamp as `create_date`, it makes much more sense to ask for the timestamp from `self.original_path` 
						
						
							
						
					 
					
						2023-05-26 14:16:27 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						c1641f6fb8 
					 
					
						
						
							
							Just in case, catch a sometimes nltk error and return the basic processed content instead  
						
						
						
						
							
						
					 
					
						2023-05-24 19:34:49 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						452c79f9a1 
					 
					
						
						
							
							Improves the logging mixin and allows it to be typed better  
						
						
						
						
							
						
					 
					
						2023-05-23 17:16:39 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						37959fe31c 
					 
					
						
						
							
							Merge pull request  #3445  from paperless-ngx/feature-paginate-tasks  
						
						... 
						
						
						
						Enhancement: paginate frontend tasks 
						
						
							
						
					 
					
						2023-05-22 14:41:50 -07:00 
						 
				 
			
				
					
						
							
							
								Kim Oliver Drechsel 
							
						 
					 
					
						
						
							
						
						30f73f39a0 
					 
					
						
						
							
							Add  SSL Support for MariaDB ( #3444 )  
						
						... 
						
						
						
						* Add ssl options for mariadb
* Add ssl mode for mariadb
Add ssl mode as documented in https://mysqlclient.readthedocs.io/user_guide.html#functions-and-attributes 
* run linting over settings.py
* Add docs for SSL mode with MariaDB
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com > 
						
						
							
						
					 
					
						2023-05-22 11:46:29 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						fa613cd5fb 
					 
					
						
						
							
							Frontend paginate tasks  
						
						
						
						
							
						
					 
					
						2023-05-22 10:49:18 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						07e07fc7e8 
					 
					
						
						
							
							Updates handling of barcodes to encapsulate logic, moving it out of tasks and into barcodes  
						
						
						
						
							
						
					 
					
						2023-05-22 06:52:31 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						58f95c1891 
					 
					
						
						
							
							Merge pull request  #3437  from MarcelBochtler/docs-typo  
						
						... 
						
						
						
						Docs: Fix typo 
						
						
							
						
					 
					
						2023-05-21 10:52:18 -07:00 
						 
				 
			
				
					
						
							
							
								Marcel Bochtler 
							
						 
					 
					
						
						
							
						
						7ad8e3b3da 
					 
					
						
						
							
							Docs: Fix some typos  
						
						
						
						
							
						
					 
					
						2023-05-21 18:53:15 +02:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						b9a548758a 
					 
					
						
						
							
							Metadata error use new error toast  
						
						
						
						
							
						
					 
					
						2023-05-20 10:28:37 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						a436caf2ad 
					 
					
						
						
							
							Suggestions error use new error toast  
						
						
						
						
							
						
					 
					
						2023-05-20 10:15:53 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						5461f8a225 
					 
					
						
						
							
							Merge pull request  #3401  from paperless-ngx/feature/playwright  
						
						... 
						
						
						
						Development: migrate frontend tests to playwright 
						
						
							
						
					 
					
						2023-05-18 15:53:29 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						78b747571c 
					 
					
						
						
							
							Update statistics-widget.component.html  
						
						
						
						
							
						
					 
					
						2023-05-18 15:52:42 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						0c6a9a189b 
					 
					
						
						
							
							migrate frontend tests to playwright  
						
						... 
						
						
						
						tasks spec
settings spec
manage spec
document-detail spec
global permissions spec
documents-list & dashboard specs
tasks network requests
settings network requests
permissions network requests
manage network request
bulk-edit network requests
Fix specs
try to get playwright working on ci
rename some specs
reconfigure playwright config
increase webserver timeout for ci
fix report path 
						
						
							
						
					 
					
						2023-05-18 13:47:43 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						4143925322 
					 
					
						
						
							
							Merge pull request  #3413  from paperless-ngx/feature-improve-frontend-error-handling  
						
						... 
						
						
						
						Enhancement: Improve frontend error handling 
						
						
							
						
					 
					
						2023-05-18 10:33:06 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						d3d103f141 
					 
					
						
						
							
							Update api.md  
						
						
						
						
							
						
					 
					
						2023-05-18 00:59:05 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						dd575ccb88 
					 
					
						
						
							
							Improve frontend error handling  
						
						
						
						
							
						
					 
					
						2023-05-17 12:56:59 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						a83c7c64b5 
					 
					
						
						
							
							Fix 'create' edit dialog without permissions form  
						
						
						
						
							
						
					 
					
						2023-05-17 11:40:43 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						c04ded6fd8 
					 
					
						
						
							
							Update usage.md  
						
						
						
						
							
						
					 
					
						2023-05-16 15:11:33 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						e11939b149 
					 
					
						
						
							
							Update crowdin.yml  
						
						
						
						
							
						
					 
					
						2023-05-16 09:39:54 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						a4ef0702c9 
					 
					
						
						
							
							Make 'appears on' text in saved view settings visually hidden  
						
						
						
						
							
						
					 
					
						2023-05-16 08:30:00 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						548b6352ca 
					 
					
						
						
							
							Updates the coverage to upload on push, not pull request, as dev doesn't upload fully otherwise  
						
						
						
						
							
						
					 
					
						2023-05-15 12:54:35 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						ce1bbda188 
					 
					
						
						
							
							Update environment.prod.ts  
						
						
						
						
							
						
					 
					
						2023-05-15 08:23:53 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						846897fb4c 
					 
					
						
						
							
							Merge branch 'main' into dev  
						
						
						
						
							
						
					 
					
						2023-05-15 08:23:36 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						457e134261 
					 
					
						
						
							
							Move affiliated projects to wiki  
						
						
						
						
							
						
					 
					
						2023-05-15 08:15:30 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						3e129763c7 
					 
					
						
						
							
							v1.14.5  
						
						
						
						
							
 
						
					 
					
						2023-05-15 08:08:59 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						c49d086965 
					 
					
						
						
							
							Merge branch 'dev'  
						
						
						
						
							
						
					 
					
						2023-05-15 08:08:17 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						df7bfc4efd 
					 
					
						
						
							
							Merge pull request  #3352  from paperless-ngx/l10n_dev  
						
						... 
						
						
						
						New Crowdin updates 
						
						
							
						
					 
					
						2023-05-15 08:07:49 -07:00 
						 
				 
			
				
					
						
							
							
								Paperless-ngx Bot [bot] 
							
						 
					 
					
						
						
							
						
						7fba1f9ed2 
					 
					
						
						
							
							New translations messages.xlf (German)  
						
						... 
						
						
						
						[ci skip] 
						
						
							
						
					 
					
						2023-05-13 17:16:06 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton Holmes 
							
						 
					 
					
						
						
							
						
						3205d52331 
					 
					
						
						
							
							Changes the error mode to replace instead of ignore, to better highlight where a problem happened  
						
						
						
						
							
						
					 
					
						2023-05-13 09:29:18 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						111960c530 
					 
					
						
						
							
							Adds better handling for files with invalid utf8 content  
						
						
						
						
							
						
					 
					
						2023-05-13 09:29:18 -07:00 
						 
				 
			
				
					
						
							
							
								Paperless-ngx Bot [bot] 
							
						 
					 
					
						
						
							
						
						e1bc1a0129 
					 
					
						
						
							
							New translations django.po (Polish)  
						
						... 
						
						
						
						[ci skip] 
						
						
							
						
					 
					
						2023-05-13 04:51:23 -07:00 
						 
				 
			
				
					
						
							
							
								Paperless-ngx Bot [bot] 
							
						 
					 
					
						
						
							
						
						8b543a5fa9 
					 
					
						
						
							
							New translations messages.xlf (Polish)  
						
						... 
						
						
						
						[ci skip] 
						
						
							
						
					 
					
						2023-05-13 04:51:22 -07:00 
						 
				 
			
				
					
						
							
							
								Paperless-ngx Bot [bot] 
							
						 
					 
					
						
						
							
						
						dc7a67a1d7 
					 
					
						
						
							
							New translations django.po (Polish)  
						
						... 
						
						
						
						[ci skip] 
						
						
							
						
					 
					
						2023-05-13 03:37:55 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						350c20d6ab 
					 
					
						
						
							
							Merge pull request  #3359  from paperless-ngx/feature-fix-autocomplete-respect-perms  
						
						... 
						
						
						
						Fix: respect permissions for autocomplete suggestions 
						
						
							
						
					 
					
						2023-05-12 13:35:45 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						b5f0cd7c70 
					 
					
						
						
							
							Adds back the extras from uvicorn  
						
						
						
						
							
						
					 
					
						2023-05-12 06:43:32 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						90488cd77a 
					 
					
						
						
							
							Removes even more remanents from the lock file  
						
						
						
						
							
						
					 
					
						2023-05-12 06:43:32 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						5bbc59e87c 
					 
					
						
						
							
							Fixes testing requirements, removes further leftover libraries  
						
						
						
						
							
						
					 
					
						2023-05-12 06:43:32 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						c02758213b 
					 
					
						
						
							
							Upgrades to the latest django channels  
						
						
						
						
							
						
					 
					
						2023-05-12 06:43:32 -07:00 
						 
				 
			
				
					
						
							
							
								Paperless-ngx Bot [bot] 
							
						 
					 
					
						
						
							
						
						09c62d67c1 
					 
					
						
						
							
							New translations messages.xlf (French)  
						
						... 
						
						
						
						[ci skip] 
						
						
							
						
					 
					
						2023-05-12 02:27:06 -07:00 
						 
				 
			
				
					
						
							
							
								Paperless-ngx Bot [bot] 
							
						 
					 
					
						
						
							
						
						3f3fa3044c 
					 
					
						
						
							
							New translations messages.xlf (French)  
						
						... 
						
						
						
						[ci skip] 
						
						
							
						
					 
					
						2023-05-12 01:19:22 -07:00 
						 
				 
			
				
					
						
							
							
								Paperless-ngx Bot [bot] 
							
						 
					 
					
						
						
							
						
						62673145fb 
					 
					
						
						
							
							New translations messages.xlf (Catalan)  
						
						... 
						
						
						
						[ci skip] 
						
						
							
						
					 
					
						2023-05-11 22:47:01 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						0baf73de5e 
					 
					
						
						
							
							Update some version strings  
						
						
						
						
							
						
					 
					
						2023-05-11 15:06:17 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						66a0783e7b 
					 
					
						
						
							
							Respect permissions for autocomplete suggestions  
						
						
						
						
							
						
					 
					
						2023-05-11 14:43:25 -07:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
						
						17144c45e5 
					 
					
						
						
							
							Transition to new library for finding IPs from the Django request  
						
						
						
						
							
						
					 
					
						2023-05-11 13:51:04 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						311c0ba4f1 
					 
					
						
						
							
							Resolve CodeQL warnings  
						
						
						
						
							
						
					 
					
						2023-05-11 12:56:01 -07:00 
						 
				 
			
				
					
						
							
							
								shamoon 
							
						 
					 
					
						
						
							
						
						e293d23ae3 
					 
					
						
						
							
							Refactoring a few frontend components  
						
						
						
						
							
						
					 
					
						2023-05-11 12:49:33 -07:00