Roberto Rosario
|
2ef31d2ec3
|
Rename shared upload storage from sharedupload_storage to storage_sharedupload
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-29 03:58:56 -04:00 |
|
Roberto Rosario
|
018c641e8b
|
Create the media folder if is doesn't exist.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-28 23:16:13 -04:00 |
|
Roberto Rosario
|
78961bec49
|
Remove sentry specifig code from the 500.html template.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-28 19:47:57 -04:00 |
|
Eric Riggs
|
8ee45162aa
|
Revert workers to prefork method
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-26 03:54:59 -04:00 |
|
Eric Riggs
|
a84568574f
|
Replace ubuntu with debian
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-26 03:54:40 -04:00 |
|
Eric Riggs
|
f3c86ada45
|
- Lower concurrency of workers to 1
- Change process type to gevent
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-26 02:19:09 -04:00 |
|
Eric Riggs
|
3145cb4231
|
Add django-environ and use it to set ALLOWED_HOSTS.
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-26 02:18:32 -04:00 |
|
Eric Riggs
|
d97b080586
|
Flanker is not thread safe, hide the import until it is actually needed.
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-26 02:17:33 -04:00 |
|
Eric Riggs
|
4f801154aa
|
Manually link libjpeg and libzlib on aarch64.
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-25 20:57:12 -04:00 |
|
Eric Riggs
|
9fbedd244c
|
- Put the log file in the /tmp folder.
- This is temporary and should be fixed. Create /media when not found?
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 13:51:14 -04:00 |
|
Eric Riggs
|
8e3446c13e
|
Add g++
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 13:50:19 -04:00 |
|
Eric Riggs
|
27d84bea5a
|
- Add missing build libraries.
- Clean up some files.
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 12:58:47 -04:00 |
|
Eric Riggs
|
077910bf72
|
Add gunicorn, gevent and whitenoise as requirements
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 04:18:09 -04:00 |
|
Eric Riggs
|
455fcef114
|
Move Docker environment overrides to main base.py module
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 04:17:28 -04:00 |
|
Eric Riggs
|
bbc338120e
|
Make all storage location explicit children of MEDIA_ROOT.
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 04:16:19 -04:00 |
|
Eric Riggs
|
d8941ea810
|
- Add --force option to initialsetup
- Create the entire media structure
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 04:14:46 -04:00 |
|
Eric Riggs
|
f1ed40adba
|
Merge Docker files back into main repo.
Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
|
2018-04-22 04:14:07 -04:00 |
|
Roberto Rosario
|
238595e1bc
|
Don't error out if it is not possible to check for the latest current version.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-16 17:08:22 -04:00 |
|
Roberto Rosario
|
222037daa9
|
Add known issues section about flanker warnings.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-16 15:26:01 -04:00 |
|
Roberto Rosario
|
2a3b37cbf7
|
Update roadmap.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-16 15:25:45 -04:00 |
|
Roberto Rosario
|
2604a22772
|
Update roadmap.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-16 15:20:50 -04:00 |
|
Roberto Rosario
|
6a65544fb7
|
Remove some label argument from the apps module and move them to the model.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-16 15:20:45 -04:00 |
|
Roberto Rosario
|
6839f1b529
|
Make the 'label' argument of SourceColumn optional and introspect its value from the model meta if not specified.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-16 15:19:16 -04:00 |
|
Roberto Rosario
|
e2058f91c1
|
Move import to the top of the file.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-13 16:18:09 -04:00 |
|
Roberto Rosario
|
3e062a5517
|
New initialization command. Creates media/system and populates the SECRET_KEY and VERSION files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-13 16:05:40 -04:00 |
|
Roberto Rosario
|
b165b9a5f2
|
New environment variables to configure the secret key, database, and celery options. The secret key can also be read from a file. Stricter defaults to increase security.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-13 16:02:16 -04:00 |
|
Roberto Rosario
|
aa13953326
|
Fix typo.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-13 15:54:37 -04:00 |
|
Roberto Rosario
|
c482bb604c
|
Add better explanation when a .local.py setting import error occurs.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-13 15:53:00 -04:00 |
|
Roberto Rosario
|
a7f4dc2f10
|
Add flake8 step to the release checklist.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-12 18:59:19 -04:00 |
|
Roberto Rosario
|
6a3bb455b4
|
Update release notes.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 22:32:15 -04:00 |
|
Roberto Rosario
|
ad351a1368
|
Add test for the POP3 email source model.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 22:23:04 -04:00 |
|
Roberto Rosario
|
eb2c7c6f34
|
Sort email sources models.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 22:22:45 -04:00 |
|
Roberto Rosario
|
2a77078022
|
Capture menu resolution errors on invalid URLs. Closes GitLab issue #420.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 21:38:27 -04:00 |
|
Roberto Rosario
|
be73264341
|
Production ALLOWED_HOSTS settings now defaults to a safer ['127.0.0.1', 'localhost', '[::1]']
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 20:41:25 -04:00 |
|
Roberto Rosario
|
59d958982f
|
Don't disable existing loggers.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 20:39:56 -04:00 |
|
Roberto Rosario
|
f7ca35c9b6
|
Download and compile translations from Transifex.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 20:39:30 -04:00 |
|
Roberto Rosario
|
0641b568ee
|
Update translation sources and compiled files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 15:18:50 -04:00 |
|
Roberto Rosario
|
44d0198c6f
|
Update release notes.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 12:54:26 -04:00 |
|
Roberto Rosario
|
c828c3acd9
|
Add missing month entry.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 12:54:10 -04:00 |
|
Roberto Rosario
|
b9c51792d1
|
Add icons.py module for the acls, authentication, cabinets, checkouts, some of common, mayan_statistic, and metadata apps links.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 04:17:45 -04:00 |
|
Roberto Rosario
|
b2815ad30b
|
Update release notes.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 04:17:27 -04:00 |
|
Roberto Rosario
|
05aa1fc038
|
Add support for icon drivers. Add a driver for Font Awesome.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-11 04:16:57 -04:00 |
|
Roberto Rosario
|
bce5411ea7
|
Fix typos.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 21:22:25 -04:00 |
|
Roberto Rosario
|
8ba3b71d1c
|
Change version to 3.0b1.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 17:58:28 -04:00 |
|
Roberto Rosario
|
8496ea7072
|
Add support for HTML bodies to the user mailers. Closes GitLab issue #470.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 17:54:43 -04:00 |
|
Roberto Rosario
|
3484dc8f33
|
Update translation source and compiled files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 04:23:16 -04:00 |
|
Roberto Rosario
|
b5d79f42a9
|
Add the option to enable or disable parsing when uploading a document for each document type. Add a new setting option to enable automatic parsing for each new document type created.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 04:02:41 -04:00 |
|
Roberto Rosario
|
74628ab04b
|
Improve the document base test case for models and for views. Add document test mixin.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 04:00:05 -04:00 |
|
Roberto Rosario
|
d534dfe65b
|
Show the SQLite warning when the DEBUG variable is False.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 03:11:23 -04:00 |
|
Roberto Rosario
|
64ad07d95d
|
Add locking for interval sources. This reduces the chance of repeated documents from long running email downloads.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-10 02:26:06 -04:00 |
|