Commit Graph

21 Commits (a98c559bff48842a786f95ed24486b4dc8686533)

Author SHA1 Message Date
iglocska 06b786f930
fix: [API] Messages fixed for event delegations 2019-08-30 14:08:21 +02:00
iglocska af3ee16c92
fix: [API] event delegation inverted invalid IF branch 2019-08-30 13:50:13 +02:00
iglocska 540da23852
new: [API] Added event delegations to the list of API enabled functions
- last minute feature creep
2019-08-30 13:47:54 +02:00
Andras Iklody a53ccf8976
Merge pull request #5062 from zaphodef/fix/undefined_distribution
fix: Default to 0 when no distribution is specified
2019-08-26 23:25:25 +02:00
Pierre-Jean Grenier 0645e19dd0 fix: Default to 0 when no distribution is specified
The current behavior conducted to set distribution to -1 in the returned json, and raise an 'Undefined index' notice
2019-08-26 16:49:08 +02:00
Pierre-Jean Grenier a7bef2aba1 chg: Delegate to org by UUID 2019-08-26 16:08:04 +02:00
iglocska 8769bed9ec
new: [delegations] Added delegation index, fixes #5023
/event_delegations/index

accepts context as a parameter with the following possible values:
- pending: all delegations awaiting my organisation's review (default)
- issued: all delegations issued by my organisation

parameters can be passed via key:value parameters or via json objects
2019-08-23 11:38:47 +02:00
iglocska 02376113a3
fix: [API] Made delegateEvent API friendly, fixes #5026 2019-08-20 16:45:52 +02:00
iglocska 3e9752a6a8
fix: [API] delegate events by UUID, fixes #5024 2019-08-20 16:38:48 +02:00
Christophe Vandeplas 67efc70bf5 fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
iglocska a81894f14c chg: [CS] Changed to PSR-2
- to make contributions easier, adopted PSR-2
- used php-cs-fixer to rework the style
- *sniff sniff* Goodbye tab indentation
2018-07-19 11:48:22 +02:00
iglocska 68b8266584 new: New flash message system, fixes #3252
- 3 types of flash messages (success, error, warning)
- uses bootstrap's own classes/structure
2018-05-16 19:32:38 +02:00
iglocska d7df929500 fix: Remove delegation request once event delegation is accepted
- TODO, cleanup of zombie delegation requests
2017-07-12 16:20:21 +02:00
iglocska ac6c74575e fix: Fixed an issue where discarding a delegation request tried to redirect to the event view
- however, users lose access to the event once they discard the delegation request
- redirects to the index instead now
2017-03-27 10:25:52 +02:00
iglocska 50c94e338b fix: Managing Delegation Request - wrong organisation in popup fixed, fixes #2079 2017-03-27 10:21:41 +02:00
Richard van den Berg dd9d9d4b22 Log target org instead of requesting org 2016-09-26 16:45:34 +02:00
Andreas Ziegler 11537b8a73 chg: remove redundant call to beforeFilter, just calling its parent 2016-09-16 03:40:52 +02:00
Richard van den Berg ca2fb7de96 - Allow delegation when unpublishedprivate is set
- Use perm_delegate instead of perm_publish for delegation
2016-07-06 09:36:13 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska a1ffdc7790 First finished version 2016-02-12 05:47:06 +01:00
Iglocska c834715aae First steps 2016-01-10 19:47:21 +01:00