Oskar Hahn
fed6d6f435
Add a protocol for websocket
...
{'type': STRING, 'content': ANY}
2018-08-23 21:02:52 +02:00
Oskar Hahn
10b3bb6497
Update to channels 2
...
* geis does not work with channels2 and never will be (it has to be python now)
* pytest
* rewrote cache system
* use username instead of pk for admin user in tests
2018-08-22 06:30:11 +02:00
Oskar Hahn
92a39a3fc6
support python 3.7
...
fix new pep8 stype
2018-08-08 21:46:56 +02:00
Oskar Hahn
acceeff8f8
* Update python requirements
...
* drop python 3.4
2018-08-07 15:23:11 +02:00
Jochen Saalfeld
096587f59c
Updating requirements and locking versions
...
Locking the versions of channels and daphne, because it would break
OpenSlides otherwise
2018-02-16 14:38:50 +01:00
Oskar Hahn
87b889fbf2
Rewrite config to have id field
2017-08-24 15:02:42 +02:00
Norman Jäckel
5b5cee0a24
Updated requirements (channels and asgi-redis).
2017-04-20 14:39:20 +02:00
FinnStutzenstein
100db66b8f
Updated instructions
...
Updated big mode and split up requiements_production
Some changes are made by normanjaeckel.
2017-03-25 21:31:30 +01:00
Emanuel Schütze
06a1987734
Added requirements for Redis and PostgreSQL support.
2017-02-28 15:57:05 +01:00
Emanuel Schütze
1230f4a29a
New full text search on client-side ( Fixed #2865 ).
...
Removed server-side search by whoosh.
2017-02-10 22:52:08 +01:00
Emanuel Schütze
a9af6512b9
Updated requirements.
...
Channel uses now latest twisted 16.6.0 which requires MS Visual C++
2015 build tools on Windows.
2017-02-10 21:17:56 +01:00
FinnStutzenstein
d55d374211
Prevent XSS-attacks ( fixes #2871 )
2017-01-30 21:04:41 +01:00
Oskar Hahn
1dc671430a
Fix channels
2017-01-13 20:53:06 +01:00
Emanuel Schütze
e436981ef4
Upgrade to channels 1.x ( Fixes #2829 ).
2017-01-11 13:34:21 +01:00
Emanuel Schütze
6002c3806a
Use twisted<16.4 for easier install (without compiling).
...
see also #2398
2016-12-16 23:03:45 +01:00
Norman Jäckel
87e386afc4
Updated deps.
2016-12-16 22:24:59 +01:00
Oskar Hahn
7281aa57b8
Removed old code needed be the server to serve pdf
2016-11-07 15:54:29 +01:00
Finn Stutzenstein
d13e11beb1
New ui element for comments in config ( closes #2348 )
2016-09-23 14:37:13 +02:00
Emanuel Schuetze
b936976f37
Upgraded requirements.
...
Use twisted<16.4 for easier install (without compiling).
Use lowercase name 'openslides' in bower.jspon and packages.json to
prevent warning.
2016-09-18 10:51:47 +02:00
Norman Jäckel
d7936c53e3
Updated settings files. Fixed timezone support.
2016-09-16 21:17:00 +02:00
Norman Jäckel
ab845b4137
Added generic fields for comments for motions.
2016-09-07 20:43:00 +02:00
Norman Jäckel
ac6d78b0ee
Fixed groups metadata view. Upgraded to djangorestframework 3.4.x. Fixed #2275 .
2016-08-29 17:06:33 +02:00
Finn Stutzenstein
4ad625b239
Limit the version of djangorestframework ( fixes #2275 )
2016-08-24 08:23:41 +02:00
Oskar Hahn
ee2f6b500b
Only do an autoupdate after an ongoing transaction.
...
This needs at least django 1.9
Fixes : #2248
2016-08-13 10:08:10 +02:00
Oskar Hahn
46146c6745
Update requirements
...
Also fix min_requirements script
We do not support django 1.10.0 because of this bug:
https://code.djangoproject.com/ticket/26997
This will be fixt with django 1.10.1, see:
https://docs.djangoproject.com/en/1.10/releases/1.10.1/
2016-08-13 09:15:55 +02:00
Emanuel Schuetze
e980e20042
Fix travis: Upgrade setuptools before install.
...
Upgrade setuptools to 18.5+.
Upgrade beautifulsoup4 to 4.5+ to work with latest html5lib.
2016-07-27 14:00:02 +02:00
Oskar Hahn
315738acef
Set channel requirement to lower 1.0. We have to use the newest development version
2016-06-28 15:29:49 +02:00
Oskar Hahn
fe64941aab
Big Mode for OpenSlides
...
Uses django channels instead of tornado for the autoupdate. Therefore
tornado is nolonger a dependency of OpenSlides (but channels).
This uses websockets instead of SockJS.
Use the flag insecure in the start command to provide static files serving.
Use a new session backend that has a ForeignKey to User.
2016-06-09 11:14:39 +02:00
Oskar Hahn
2ec6bd256c
Support setuptools 20
...
Fixes #2078
2016-04-13 09:54:38 +02:00
Oskar Hahn
099ff5a681
Updated requirements_production.txt
...
reportlab 3.3 can be used
sockjs-tornado 1.0.0 is not usable. We need at least 1.0.1
2016-02-26 09:10:21 +01:00
André Böhlke
d3ed15db29
Mediafile pdf presentation with angular-pdf and pdf.js ( Fixes #1664 ).
...
Thanks to André Böhlke for contribution core functionality!
Some additional template improvements by Emanuel.
2016-01-27 20:36:21 +01:00
Oskar Hahn
6970235f23
Revert "Add upload feature to mediafiles module"
2016-01-27 15:28:59 +01:00
André Böhlke
3c691b9937
work on pdf presenter support
2016-01-27 19:33:30 +07:00
Norman Jäckel
676ec23340
Updated package.json. Fixed requirements.
2016-01-25 15:38:30 +01:00
Oskar Hahn
552998b067
Update requirements, fixt a lot of warnings
...
Set python 3.4 as minimal supported python version
2016-01-09 12:19:46 +01:00
Oskar Hahn
75dcbab5d1
Add search on the server side.
2016-01-09 11:35:57 +01:00
Norman Jäckel
28eda0f0b1
Updated setup.py.
2015-12-07 21:54:33 +01:00
Oskar Hahn
12a08b9732
New Agenda Item
...
Changed agenda item, so it can not be manualy created, but is always created
when a custom slide, motion or assignment is created.
2015-10-29 15:44:43 +01:00
Norman Jäckel
2dacdc8e87
Removed bleach.
2015-10-26 20:58:22 +01:00
Oskar Hahn
b6b371d39a
Update beautifulsoup4 to support python 3.5
2015-10-25 21:42:46 +01:00
Norman Jäckel
965206e1fc
Set permissions for OPTIONS requests. Fixed js-data dependency. Fixed blank in some motion model fields. Fixed error handling in agenda and core views.
2015-09-04 15:44:28 +02:00
Oskar Hahn
f31925387f
Updated python requirements.
...
This included django 1.8
2015-07-02 14:51:08 +02:00
Norman Jäckel
51455e8563
Merge pull request #1539 from ostcar/delete_old_stuff
...
Delete old stuff.
2015-06-16 17:32:38 +02:00
Oskar Hahn
fbf7d0e43d
Remove old thinks not needed for the 2.0 release:
...
* django templates
* widgets
* views
* mppt
* main_menu
* projector 1.x api
Sorted all imports
Add a ending slash to each url with a redirect view
2015-06-16 17:07:39 +02:00
Emanuel Schuetze
ea908419be
Fixed FileFinder importer for plugin detection in portable.
...
Updated setuptools version for openslides-gui.
2015-06-16 10:38:54 +02:00
Oskar Hahn
cb1b262c92
Fix anonymous user for rest requests
2015-06-15 15:54:39 +02:00
Norman Jäckel
87cd31f6a5
Updated ViewSets to Django REST Framework 3.0.5. Refactored imports from openslides/utils/rest_api.py for better overriding them later.
...
Fixed #1450 . Updated requirements.
2015-02-12 19:19:44 +01:00
Oskar Hahn
ac6f3de60d
Used AngularUI Router for more generic URL routing.
2015-02-12 09:52:07 +01:00
Norman Jäckel
7ed5d2fc43
Setup Django REST Framework.
2015-01-17 08:49:52 +01:00
Oskar Hahn
939f3f8339
Update requirements.txt
...
Especially this is importand for haystack, because the old version had some DepricationWarnings.
This means, that django-haystack 2.1 and django 1.8 will not be compatible
See #1352
2014-10-19 15:40:32 +02:00