561 Commits

Author SHA1 Message Date
Adrian Moennich
c529ff389c Chat: Proper AJAX error/progress display 2015-07-07 18:32:32 +02:00
Adrian Moennich
81cbd97484 Chat: Adapt to new attachment system 2015-07-07 18:32:23 +02:00
Jacques Dafflon
87bfd3924e Chat: Fix icon's name from icomoon 2015-07-07 12:02:26 +02:00
Alejandro Avilés
1464354081 LiveSync: Connect with note signals 2015-07-07 11:03:08 +02:00
Jacques Dafflon
177d324fd1 Piwik: Handle new attachment_accessed signal 2015-07-06 15:42:11 +02:00
Adrian Moennich
59eeb2330e Chat: Use new event logging 2015-06-15 10:10:24 +02:00
Alejandro Avilés
b03777487a Piwik: Track only base url of downloaded material
Closes #14
2015-06-11 10:54:32 +02:00
Adrian Moennich
343c394c45 Search: Disable CSRF validation
It doesn't modify data so performing a CSRF check is somewhat pointless.
2015-06-09 15:26:01 +02:00
Adrian Moennich
efa6c6b51a Search: Fix CSRF token missing 2015-06-09 15:26:01 +02:00
Adrian Moennich
b7f9194d12 LiveSync: Adapt to form_header/form_footer changes 2015-06-09 15:26:01 +02:00
Adrian Moennich
41f9c32c72 VC/Dummy: Adapt to form_header/form_footer changes 2015-06-09 15:26:01 +02:00
Adrian Moennich
fd349ba590 Chat: Adapt to form_header/form_footer changes
Also use a proper WTForm to attach chatrooms to events
2015-06-09 15:26:01 +02:00
Alejandro Avilés
7608990e4e VC/Vidyo: Update tests to use dummy_avatar fixture 2015-06-09 15:25:40 +02:00
Alejandro Avilés
9060fa83f3 Piwik: Add documentation and improve forms 2015-06-09 15:25:36 +02:00
Alejandro Avilés
62b3df24cf VC/Vidyo: Update docs 2015-06-09 15:25:34 +02:00
Adrian Moennich
7ec9bbace2 LiveSync: More verbose logging 2015-06-08 17:20:39 +02:00
Pedro Ferreira
bbc58a5e89 LiveSync: Be a little more verbose in celery task 2015-06-04 15:08:15 +02:00
Pedro Ferreira
d5043a5554 Piwik: Using requests instead of urllib2 2015-06-03 09:25:53 +02:00
Pedro Ferreira
23745977c9 Piwik: Catch timeout exception 2015-06-03 09:25:42 +02:00
Adrian Moennich
3659d0c459 VC/Vidyo: Add dry-run option to the task 2015-06-02 16:14:01 +02:00
Ilias Trichopoulos
d6fc965113 Clean templates from .fixed-width class 2015-06-01 18:05:09 +02:00
Adrian Moennich
afa0d1dec0 Chat: Fix error on clone page for legacy-ID events 2015-05-29 09:08:46 +02:00
Adrian Moennich
965af69696 Chat: Use new legacy id check 2015-05-28 12:12:00 +02:00
Adrian Moennich
740dfb2c43 VC/Vidyo: Use new email functions 2015-05-28 10:08:00 +02:00
Adrian Moennich
5ce0b7c09d Chat: Use new email functions 2015-05-28 10:08:00 +02:00
Adrian Moennich
38abdf00f4 Payment/PayPal: Fix import in zodbimport 2015-05-25 21:25:59 +02:00
Adrian Moennich
0959be4279 LiveSync: Get plugin context via task decorator 2015-05-22 17:27:45 +02:00
Adrian Moennich
370d8b8f10 VC/Vidyo: Get plugin context via task decorator 2015-05-22 17:27:45 +02:00
Jacques Dafflon
adfdc42b6a VC/Vidyo: add celery task for Vidyo cleanup
- remove old periodic task
- remove old cli call for the periodic task
- new celery task, runs every Monday at 3AM
- signal to register the task
2015-05-22 17:27:45 +02:00
Adrian Moennich
32ca74d6c4 Move terminaltables requirement to core 2015-05-22 17:27:45 +02:00
Adrian Moennich
db8227162f LiveSync: Use Celery 2015-05-22 17:27:45 +02:00
Jacques Dafflon
381278fcc1 Piwik: Celery task for tracking requests 2015-05-22 17:27:45 +02:00
Adrian Moennich
cccebf7772 Bump version to 1.9.3 2015-05-22 17:27:45 +02:00
Adrian Moennich
a35d0ce8ed VC/Vidyo: Improve formatting in model 2015-05-22 16:11:11 +02:00
Adrian Moennich
054ba07777 Chat: lazy-load Chatroom.created_by_user 2015-05-22 10:37:49 +02:00
Adrian Moennich
1092f873fa VC/Vidyo: Fix requirement version 2015-05-13 16:06:15 +02:00
Adrian Moennich
1a71c50e23 VC/Vidyo: Remove obsolete code 2015-05-13 15:22:57 +02:00
Adrian Moennich
61f52d6fe6 Chat: Use new ACL settings 2015-05-13 15:22:57 +02:00
Adrian Moennich
89dd6e4ca7 VC/Vidyo: Use new ACL settings 2015-05-13 14:33:23 +02:00
Adrian Moennich
d059a3eefe VC/Vidyo: notify_moderator() => notify_owner() 2015-05-11 15:19:53 +02:00
Jacques Dafflon
cb7dcea239 VC/Vidyo: Fix make me owner
- make me owner now sets the owner identity correctly in the vc_room data
 - fixes #9
 - "make me owner" relies on the connected user rather than a user id provided by the client
 - renames the macro `make_me_moderator` to `make_me_owner`
2015-05-11 15:06:09 +02:00
Adrian Moennich
425f46433a Bump some plugin versions & indico requirements 2015-05-11 14:11:51 +02:00
Adrian Moennich
463b4c8fa9 Use new users.merged signal 2015-05-11 13:37:56 +02:00
Adrian Moennich
74d15a6ff6 VC/Vidyo: Flag data as modified 2015-05-11 11:39:24 +02:00
Alejandro Avilés
a06e805bff VC/Vidyo: Use new PrincipalListField 2015-05-11 10:44:34 +02:00
Alejandro Avilés
a8ee292f83 VC/Vidyo: Adapt for rename of form_widget.html 2015-05-11 10:43:55 +02:00
Adrian Moennich
750733fea3 VC/Vidyo: Make better use of owned_by_user
- Update data['owner'] when setting owned_by_user
- Use owned_by_user instead of retrieve_principal where possible
2015-05-11 10:15:06 +02:00
Adrian Moennich
80001c40a0 VC/Vidyo: Use new users 2015-05-08 19:48:00 +02:00
Adrian Moennich
ef1bb8988e VC/Vidyo: Make PIN display fields readonly 2015-05-08 16:44:06 +02:00
Adrian Moennich
05e4455df7 Chat: Use new users and support admin groups
Also removed the "notify administrators" setting to keep the
notification system similar to other plugins (only a list of emails and
no "notify admins" setting)
2015-05-08 15:06:09 +02:00