Wolf-Bastian Poettner 
							
						 
					 
					
						
						
						
						
							
						
						
							d8fda64cd0 
							
						 
					 
					
						
						
							
							Tags in filenames can now either be found by key (in case - or _ are  
						
						 
						
						... 
						
						
						
						used as delimeter) or by index. Added some more tests. 
						
						
					 
					
						2020-02-01 20:58:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wolf-Bastian Poettner 
							
						 
					 
					
						
						
						
						
							
						
						
							6a671ebd22 
							
						 
					 
					
						
						
							
							Unified PAPERLESS_DIRECTORY_FORMAT and PAPERLESS_FILENAME_FORMAT into  
						
						 
						
						... 
						
						
						
						one configuration setting 
						
						
					 
					
						2020-02-01 20:09:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wolf-Bastian Pöttner 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e70d0c53c8 
							
						 
					 
					
						
						
							
							Update paperless.conf.example  
						
						 
						
						... 
						
						
						
						Co-Authored-By: Pit <pitkley@googlemail.com> 
						
						
					 
					
						2020-02-01 14:22:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wolf-Bastian Poettner 
							
						 
					 
					
						
						
						
						
							
						
						
							6813805712 
							
						 
					 
					
						
						
							
							Allows to configure directory and filename formats for documents stored in paperless  
						
						 
						
						... 
						
						
						
						Default configuration is as before (incrementing numbers), but additional fields can be added at will 
						
						
					 
					
						2019-12-27 14:25:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Gmelin 
							
						 
					 
					
						
						
						
						
							
						
						
							f0320fb72d 
							
						 
					 
					
						
						
							
							Allow configuring transformations to be applied to the filename before  
						
						 
						
						... 
						
						
						
						parsing. The motivation was that files produced by a Brother scanner
wouldn't match paperless' expectations. At most one transformation
is applied (first matching). It won't affect the filename on disk.
This is generic enough so that it is useful for various purposes.
In my case it allows me to use the different hardware buttons on
the scanner to use different profiles, feeding one instance of
paperless with documents of multiple entities and tagging them
accordingly.
Example:
PAPERLESS_FILENAME_PARSE_TRANSFORMS=[{"pattern":"^([a-z]+)_(\\d{8})_(\\d{6})_([0-9]+)\\.", "repl":"\\2\\3Z - \\4 - \\1."},{"pattern":"^([a-z]+)_([0-9]+)\\.", "repl":" - \\2 - \\1."}] 
						
						
					 
					
						2019-08-31 15:01:25 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								JensPfeifle 
							
						 
					 
					
						
						
						
						
							
						
						
							ea282c22ba 
							
						 
					 
					
						
						
							
							Add GS_BINARY to settings to avoid harcoded call of "gs"  
						
						 
						
						
						
						
					 
					
						2019-03-03 20:31:52 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							3c78105fd7 
							
						 
					 
					
						
						
							
							Align example conf with real-world defaults  
						
						 
						
						
						
						
					 
					
						2019-01-27 13:05:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cea8332038 
							
						 
					 
					
						
						
							
							Merge pull request  #468  from ddddavidmartin/document_ocr_always_setting  
						
						 
						
						... 
						
						
						
						Reference PAPERLESS_OCR_ALWAYS in example config file. 
						
						
					 
					
						2018-12-31 14:30:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							4d13521f36 
							
						 
					 
					
						
						
							
							Reference PAPERLESS_OCR_ALWAYS in example config file.  
						
						 
						
						... 
						
						
						
						This setting was introduced when support for retrieving the text layer
from documents was added. Having it in the example config makes it more
clear that it exists. 
						
						
					 
					
						2018-12-16 18:11:39 +11:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							d544f269e0 
							
						 
					 
					
						
						
							
							Conform everything to the coding standards  
						
						 
						
						... 
						
						
						
						https://paperless.readthedocs.io/en/latest/contributing.html#additional-style-guides  
						
						
					 
					
						2018-12-01 17:09:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joshua Taillon 
							
						 
					 
					
						
						
						
						
							
						
						
							730daa3d6d 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:danielquinn/paperless into ENH_filename_date_parsing  
						
						 
						
						
						
						
					 
					
						2018-11-15 23:17:59 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joshua Taillon 
							
						 
					 
					
						
						
						
						
							
						
						
							e1d8744c66 
							
						 
					 
					
						
						
							
							Add option for parsing of date from filename (and associated tests)  
						
						 
						
						
						
						
					 
					
						2018-11-15 20:32:15 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							818780a191 
							
						 
					 
					
						
						
							
							Add PAPERLESS_FORGIVING_OCR option to example config.  
						
						 
						
						... 
						
						
						
						It helps having it in the example config as that makes it more clear
that it exists. 
						
						
					 
					
						2018-10-08 19:38:38 +11:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							750ab5bf85 
							
						 
					 
					
						
						
							
							Use optipng to optimise document thumbnails  
						
						 
						
						
						
						
					 
					
						2018-10-07 14:56:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Winkler 
							
						 
					 
					
						
						
						
						
							
						
						
							fb6f2e07c9 
							
						 
					 
					
						
						
							
							Added a bunch of new features:  
						
						 
						
						... 
						
						
						
						- Debug mode is now configurable in the configuration file. This way, we don't have to edit versioned files to disable it on production systems.
- Recent correspondents filter (enable in configuration file)
- Document actions: Edit tags and correspondents on multiple documents at once
- Replaced month list filter with date drilldown
- Sortable document count columns on Tag and Correspondent admin
- Last correspondence column on Correspondent admin
- Save and edit next functionality for document editing 
						
						
					 
					
						2018-09-13 15:19:25 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							a86a20ef0f 
							
						 
					 
					
						
						
							
							Make the example file contain the default value  
						
						 
						
						
						
						
					 
					
						2018-09-09 21:16:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joshua Taillon 
							
						 
					 
					
						
						
						
						
							
						
						
							22378789e2 
							
						 
					 
					
						
						
							
							add option for inline vs. attachment for document rendering  
						
						 
						
						
						
						
					 
					
						2018-09-05 22:58:38 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							01a358d2b0 
							
						 
					 
					
						
						
							
							Re-flow text to keep it <80c wide  
						
						 
						
						
						
						
					 
					
						2018-09-05 10:58:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Solo 
							
						 
					 
					
						
						
						
						
							
						
						
							1bb80548d2 
							
						 
					 
					
						
						
							
							Refs feedback:  
						
						 
						
						... 
						
						
						
						- fix requirements.txt
- change static CORS regex into configurable tuple list 
						
						
					 
					
						2018-08-16 21:29:03 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9f35a7da2 
							
						 
					 
					
						
						
							
							Merge branch 'master' into mcronce-disable_encryption  
						
						 
						
						
						
						
					 
					
						2018-06-17 16:32:51 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							9df06fbb12 
							
						 
					 
					
						
						
							
							Document the big changes for 2.0  
						
						 
						
						
						
						
					 
					
						2018-05-28 12:58:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							885dbf67d5 
							
						 
					 
					
						
						
							
							Set STORAGE_TYPE instead of ENABLE_ENCRYPTION boolean  
						
						 
						
						... 
						
						
						
						This allows for future decisions around the types of encryption used (if any).  Ideally, I want to replace GPG one day with something elegant out of the cryptography module. 
						
						
					 
					
						2018-05-28 12:58:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Arvstedt 
							
						 
					 
					
						
						
						
						
							
						
						
							7e1d59377a 
							
						 
					 
					
						
						
							
							Add inotify support  
						
						 
						
						
						
						
					 
					
						2018-05-11 14:14:50 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							72af13e4e4 
							
						 
					 
					
						
						
							
							Allow STATIC_URL and MEDIA_URL to be configurable via env  
						
						 
						
						
						
						
					 
					
						2018-04-13 20:18:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt 
							
						 
					 
					
						
						
						
						
							
						
						
							e7c23cfb92 
							
						 
					 
					
						
						
							
							Making paperless.conf DISABLE_LOGIN default explicitly to "false" for clarity  
						
						 
						
						
						
						
					 
					
						2018-02-06 10:03:50 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Meno 
							
						 
					 
					
						
						
						
						
							
						
						
							516bc48a33 
							
						 
					 
					
						
						
							
							Updating changes to allow for disabling login  
						
						 
						
						
						
						
					 
					
						2018-02-01 17:28:19 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09e1b505e1 
							
						 
					 
					
						
						
							
							Merge pull request  #256  from ddddavidmartin/add_financial_year_filter  
						
						 
						
						... 
						
						
						
						Add financial year documents filter 
						
						
					 
					
						2018-01-21 18:23:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							24fb6cefb9 
							
						 
					 
					
						
						
							
							Add config settings to set the start and the end of the financial year.  
						
						 
						
						... 
						
						
						
						Now we allow to filter for any financial year dates. Note that we also
only show the financial year filter if the dates are actually set. 
						
						
					 
					
						2017-08-24 20:51:09 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maphy-psd 
							
						 
					 
					
						
						
						
						
							
						
						
							22acc51284 
							
						 
					 
					
						
						
							
							add PAPERLESS_FORCE_SCRIPT_NAME  
						
						 
						
						
						
						
					 
					
						2017-08-19 12:38:45 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							d8c7e9de5f 
							
						 
					 
					
						
						
							
							Add link to documentation for time zone setting in example config.  
						
						 
						
						... 
						
						
						
						It is not obvious which time zones the option in the config file
accepts. Having a link to the official django documentation makes it
clear. 
						
						
					 
					
						2017-06-24 12:27:26 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							f66d7e1c2d 
							
						 
					 
					
						
						
							
							Drop SHARED_SECRET in favour of EMAIL_SECRET  
						
						 
						
						... 
						
						
						
						Originally we used SHARED secret both for email and for the API.  That
was a bad idea, and now that we're only using this value for one case,
I've renamed it to reflect its actual use. 
						
						
					 
					
						2017-06-18 22:08:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							7b1812a9be 
							
						 
					 
					
						
						
							
							Capitalise Paperless in example config.  
						
						 
						
						... 
						
						
						
						This is in line with how it is spelled in the rest of the config file. 
						
						
					 
					
						2017-05-21 08:44:41 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							70dceb3b37 
							
						 
					 
					
						
						
							
							Allow to configure the email inbox via config file.  
						
						 
						
						... 
						
						
						
						Same as all the other parameters it makes sense to set it in the config
file as well. 
						
						
					 
					
						2017-05-20 16:48:40 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							bb47dc5e06 
							
						 
					 
					
						
						
							
							fix: spacing and typos  
						
						 
						
						
						
						
					 
					
						2017-05-01 13:25:07 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tido- 
							
						 
					 
					
						
						
						
						
							
						
						
							10ae2207df 
							
						 
					 
					
						
						
							
							adding sections, grouped what belongs together  
						
						 
						
						
						
						
					 
					
						2017-05-01 21:18:34 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sven Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							702a60b7e7 
							
						 
					 
					
						
						
							
							paperless.conf.example: remove duplicate option  
						
						 
						
						... 
						
						
						
						This commit removes the duplicated option in this config.
Please see 057d5f149f/paperless.conf.example (L113)  compared with 057d5f149f/paperless.conf.example (L122) 
						
						
					 
					
						2017-04-24 23:43:54 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dashie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							425f87618a 
							
						 
					 
					
						
						
							
							Add config option to override STATIC_ROOT  
						
						 
						
						
						
						
					 
					
						2017-02-01 00:22:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							92db3fec2e 
							
						 
					 
					
						
						
							
							Allow users to set their own SECRET_KEY value  
						
						 
						
						... 
						
						
						
						Fixes  #171 
Negates #174  
						
						
					 
					
						2017-01-14 17:21:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							69ea039e31 
							
						 
					 
					
						
						
							
							Adds the ability for the user to configure the number of items per page.  
						
						 
						
						... 
						
						
						
						Specifically requested by @ekw here:
https://github.com/danielquinn/paperless/issues/180#issuecomment-271665682  
						
						
					 
					
						2017-01-14 17:09:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							e3edb02090 
							
						 
					 
					
						
						
							
							Change default timezone value in conf file  
						
						 
						
						
						
						
					 
					
						2017-01-08 10:21:45 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							a32625ca04 
							
						 
					 
					
						
						
							
							Make OCR_LANGUAGE configurable ( Fix   #176 )  
						
						 
						
						
						
						
					 
					
						2017-01-07 23:27:10 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							3c08fa9b33 
							
						 
					 
					
						
						
							
							Make number of list items per page configurable  
						
						 
						
						
						
						
					 
					
						2017-01-07 23:15:59 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							e6526d3fd4 
							
						 
					 
					
						
						
							
							Make timezone configurable  
						
						 
						
						
						
						
					 
					
						2017-01-07 15:12:45 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							1711030cb5 
							
						 
					 
					
						
						
							
							Not xss, but host header  
						
						 
						
						
						
						
					 
					
						2017-01-04 11:37:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							7b586e6857 
							
						 
					 
					
						
						
							
							Fixes   #172  
						
						 
						
						... 
						
						
						
						Introduce some creative code around setting of ALLOWED_HOSTS that defaults to ['*'].  Also added PAPERLESS_ALLOWED_HOSTS to paperless.conf.example with an explanation as to what it's for 
						
						
					 
					
						2017-01-03 09:57:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Quinn 
							
						 
					 
					
						
						
						
						
							
						
						
							23bd887f16 
							
						 
					 
					
						
						
							
							Consumer loop time is now configurable  
						
						 
						
						
						
						
					 
					
						2017-01-01 18:41:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Bogatay 
							
						 
					 
					
						
						
						
						
							
						
						
							6436e02923 
							
						 
					 
					
						
						
							
							Allow overriding default media directory  
						
						 
						
						
						
						
					 
					
						2016-08-23 14:48:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Bogatay 
							
						 
					 
					
						
						
						
						
							
						
						
							a1cd05f9e2 
							
						 
					 
					
						
						
							
							Prettify code, change ENV variable name  
						
						 
						
						
						
						
					 
					
						2016-08-23 13:28:08 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Bogatay 
							
						 
					 
					
						
						
						
						
							
						
						
							c196e2eb66 
							
						 
					 
					
						
						
							
							Document new ENV variable  
						
						 
						
						
						
						
					 
					
						2016-08-23 12:24:51 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							9c062206e4 
							
						 
					 
					
						
						
							
							Sample Config Update  
						
						 
						
						... 
						
						
						
						Update Sample Config to show 300 density as default. 
						
						
					 
					
						2016-05-15 21:56:41 -04:00