Commit Graph

6595 Commits

Author SHA1 Message Date
Benoît Burnichon
d5bf3b742e Twig uses users User_Query instance, not result iterable
Introduced by fad68369ca in PR #1690 PHRAS-962
2016-02-15 15:08:15 +01:00
Benoît Burnichon
8a0b461cdc Bridge_Api class should not depend on SQL time
PHRAS-961
2016-02-15 13:53:56 +01:00
Benoît Burnichon
7d380d326e Merge branch '4.0' 2016-02-12 19:58:24 +01:00
Benoît Burnichon
1d519ff58f Fixup FilesystemService document filename generation.
There was a missing '.' before extension
2016-02-12 19:29:28 +01:00
Benoît Burnichon
59e5b0b0e8 Reformat array and add offset_start variable 2016-02-12 17:29:22 +01:00
Benoît Burnichon
bf3d3ae8f1 Remove useless property 2016-02-12 17:29:22 +01:00
Benoît Burnichon
fad68369ca Remove possible bugs in UserManage helper 2016-02-12 17:29:22 +01:00
Benoît Burnichon
ae97ad90e6 Method renaming to remove underscores 2016-02-12 17:29:21 +01:00
Benoît Burnichon
de590a60ea PHPCS Fixes some unused class imports 2016-02-12 17:29:21 +01:00
Benoît Burnichon
f6f6feb4e9 Group generation of Email confirmation 2016-02-12 16:41:17 +01:00
Thibaud Fabre
eb9388341f Rename file (was unloadable) 2016-02-12 15:53:02 +01:00
Benoît Burnichon
8910750928 Fix import users
PHRAS-966
2016-02-12 13:40:40 +01:00
Thibaud Fabre
8c519e4be7 Change failed to createion_failed 2016-02-12 11:12:37 +01:00
Thibaud Fabre
520ceef12c Add extra event types in webhooks 2016-02-12 11:05:03 +01:00
Benoît Burnichon
14fffe314a PHPCS 2016-02-10 19:38:30 +01:00
Benoît Burnichon
9b89c0f6db Border Manager can accepts several checkers with same type 2016-02-10 19:37:45 +01:00
Benoît Burnichon
721edc33c6 Add Orderable to subdef Controller 2016-02-10 17:06:08 +01:00
Benoît Burnichon
20178f76cd Add orderable flat to subdef 2016-02-10 16:52:14 +01:00
Benoît Burnichon
810bef41fb rename is_downloable to isDownloable
Change Functional to unit test
2016-02-10 16:01:24 +01:00
Benoît Burnichon
02879cdde5 Reorder class 2016-02-10 15:07:51 +01:00
Florian BLOUET
b874022b1f PHRAS-930 - add localized caption's label in preview and tooltips 2016-02-09 16:16:13 +01:00
Benoît Burnichon
403eb36903 Demote Admin users on request 2016-02-09 12:25:28 +01:00
Benoît Burnichon
3ace262a03 Use local BinaryFileResponse to avoid https://github.com/symfony/symfony/pull/17602 2016-02-08 17:50:30 +01:00
Benoît Burnichon
5c359c9f75 Add symfony patch to local BinaryFileResponse. 2016-02-08 17:50:30 +01:00
Florian BLOUET
d00509fba3 PHRAS-937 - fix navigation in preview 2016-02-08 12:05:38 +01:00
Benoît Burnichon
290cbf3f68 Merge branch 'master' into bug/invalid-checker-configuration-PHRAS-927 2016-02-08 11:19:45 +01:00
Benoît Burnichon
181acbe720 Non restricted checkers should always be applicable 2016-02-06 00:37:34 +01:00
Benoît Burnichon
ea13ca7896 Add missing applicability test in BorderManager 2016-02-05 18:29:33 +01:00
Benoît Burnichon
070917fd9d Simplify Uninstaller process. 2016-02-05 17:09:54 +01:00
Benoît Burnichon
a539919cf8 Add tested booker class 2016-02-05 15:36:19 +01:00
Benoît Burnichon
09ce98e21a Remove reference to filesystem in Border/Manager 2016-02-05 15:36:19 +01:00
Benoît Burnichon
b73ecd926d Refactor Application Paths generation 2016-02-05 15:36:19 +01:00
Benoît Burnichon
fae284d482 media_subdef could sometimes be constructed without a proper URL
Introduced by #1626
2016-02-05 15:36:19 +01:00
Benoît Burnichon
617dff5b33 Remove databox's dispatch method 2016-02-05 15:36:19 +01:00
Benoît Burnichon
afde09645a WIP 2016-02-05 15:36:19 +01:00
Benoît Burnichon
58b80bf08a Group Filesystem related service providers 2016-02-05 15:36:19 +01:00
Benoît Burnichon
fc63d7daa4 reset should be called on a variable.
PHRAS-938
2016-02-04 14:37:59 +01:00
Benoît Burnichon
e6577baa35 Fixup invalid first compareCall
Checks whether lastCall is array before comparing it.
2016-02-04 10:34:15 +01:00
Thibaud Fabre
5585fb6186 Fix upgrade command when plugin autoloader is not available 2016-02-03 18:10:20 +01:00
Thibaud Fabre
0644c1e922 Clean up session upgrade code 2016-02-03 17:02:24 +01:00
Thibaud Fabre
dc51e489fe Fix migration from v3.8.8 to v4.0.0 2016-02-03 16:35:20 +01:00
Thibaud Fabre
0bd25711b8 Do not start transaction if target does not exist 2016-02-03 11:43:33 +01:00
Thibaud Fabre
661ab8ac04 Only truncate users table if it exists 2016-02-03 11:42:34 +01:00
Thibaud Fabre
68b006e76b Fix bugs in webhook management
- Removes restrictions on event types and names
- Registers service provider in application
2016-02-02 12:40:05 +01:00
Thibaud Fabre
ed110c1140 Aggregate repeated calls to reduce size of collected data 2016-02-01 18:57:45 +01:00
Benoît Burnichon
7fb21dbfb4 Increase setTrustedProxySubscriber priority.
This should occurs very early in request
2016-02-01 18:03:45 +01:00
Benoît Burnichon
0ef9b668c2 Remove use of gettext shortcut method. 2016-02-01 14:03:29 +01:00
Benoît Burnichon
ced5094355 Remove DeliverDataInterface::deliverData as never used 2016-01-29 17:43:41 +01:00
Thibaud Fabre
fa3e49f5fb Configure event processor factory via DI 2016-01-28 18:42:59 +01:00
Thibaud Fabre
6d2fd04765 Deduplicate rendering of databox/collection tree 2016-01-28 17:24:21 +01:00