Samuel Georges
e6de2a5521
Fixes exception on empty token
2017-11-02 19:53:20 +11:00
Samuel Georges
4a6e0e1e0e
Implement CSRF token by default
...
Implement CSRF protection on CMS for postback handling
2017-10-30 09:00:17 +11:00
Samuel Georges
9309d826d0
Update zh-tw MM lang
2017-10-15 01:31:04 +11:00
Samuel Georges
4790f8b7a7
Update zh-cn MM lang
2017-10-15 01:29:13 +11:00
Samuel Georges
75d16dab26
Update uk MM lang
2017-10-15 01:27:28 +11:00
Samuel Georges
79b5094aed
Update tr MM lang
2017-10-15 01:25:09 +11:00
Samuel Georges
974bbf1303
Update sv MM lang
2017-10-15 01:21:15 +11:00
Samuel Georges
a7b6250e74
Update ro MM lang
2017-10-15 01:03:26 +11:00
Samuel Georges
c9851ca158
Update pt-pt MM lang
2017-10-15 01:01:00 +11:00
Samuel Georges
cc295cc40b
Update pt-br MM lang
2017-10-15 00:58:13 +11:00
Samuel Georges
93a3b4e1e7
Update pl MM lang
2017-10-15 00:43:39 +11:00
Samuel Georges
3c27eb4728
Update nl MM lang
2017-10-15 00:41:50 +11:00
Samuel Georges
8262897010
Update nb-no MM lang
2017-10-15 00:37:53 +11:00
Samuel Georges
e28c287d08
Update lv MM lang
2017-10-15 00:29:08 +11:00
Samuel Georges
56f4d5972d
Update lt MM lang
2017-10-15 00:04:24 +11:00
Samuel Georges
88fa577946
Update kr MM lang
2017-10-15 00:00:01 +11:00
Samuel Georges
dd089e4bed
Update it MM lang
2017-10-14 23:52:44 +11:00
Samuel Georges
aa1766ad12
Update hu MM lang
2017-10-14 23:34:05 +11:00
Samuel Georges
74611f7220
Update fr MM lang
2017-10-14 23:31:27 +11:00
Samuel Georges
476645bafd
Update fa MM lang
2017-10-14 23:29:52 +11:00
Samuel Georges
95dd254705
Update et MM lang
2017-10-14 23:25:44 +11:00
Samuel Georges
1eb99b8165
Update es MM lang
2017-10-14 23:14:20 +11:00
Samuel Georges
3aa9d91cf8
Update en MM lang
2017-10-14 23:05:08 +11:00
Samuel Georges
1826b19197
Update el MM lang
2017-10-14 23:02:22 +11:00
Samuel Georges
2593252909
Update de MM lang
2017-10-14 22:38:25 +11:00
Samuel Georges
9d4b86a67a
Update da MM lang
2017-10-14 22:35:38 +11:00
Samuel Georges
b8ad025968
Update cs MM lang
2017-10-14 22:28:20 +11:00
Samuel Georges
d30aa578b4
Update bg MM lang
2017-10-14 22:24:36 +11:00
Samuel Georges
56b8d38bbf
Update be MM lang
2017-10-14 22:20:56 +11:00
Luke Towers
4203e65549
Deprecated Cms\Controllers\Media in favour of the backend one. Fixed other references to moved pieces of the Media Manager. Finally a proper fix for https://github.com/octobercms/october/pull/2604
2017-10-08 23:12:04 -06:00
Luke Towers
7830f89fa9
Fixing typos
2017-10-08 12:52:03 -06:00
Luke Towers
7fd81c4c2a
Initial work on moving media controller to the backend
2017-09-27 22:40:39 -06:00
Luke Towers
30d4436172
Moved the media icon to the backend instead of the cms
2017-09-27 22:37:11 -06:00
Luke Towers
6bcaeb2d65
Moving media manager references from the CMS service provider to the System service provider
2017-09-27 22:34:32 -06:00
Luke Towers
d14f1fec0f
Moved MediaFinder formwidget from the CMS module to the System module
2017-09-27 22:30:53 -06:00
Luke Towers
c2f204008b
Moved the MediaManager widget from the CMS module to the System module
2017-09-27 22:23:58 -06:00
Luke Towers
08f9cd8448
Moved the |media twig filter from the CMS module to the System module
2017-09-27 22:15:01 -06:00
Luke Towers
de747f98b3
Deprecate the MediaLibrary & MediaLibraryItem classes in the CMS module
2017-09-27 22:12:45 -06:00
Szabó Gergő
fa2c536a53
Hungarian translate for Mail branding ( #3115 )
...
and minor corrections
2017-09-15 09:41:48 -06:00
Luke Towers
8a8013e52e
Fixes #3081 . Resets module dependencies from dev to stable. Refs 081a32c928
2017-09-04 12:40:55 -06:00
Luke Towers
5185ca075b
Add the cms.object.listInTheme event ( #3076 )
...
Inspired by #3075 . Provides a cms.object.listInTheme event to modify the results returned by that method.
2017-09-02 19:51:56 -06:00
Samuel Georges
4074ad8cc9
Laravel 5.5 released
2017-08-31 20:57:00 +10:00
Tschallacka
b152663ff5
Attribute values for < and > and '' should be written als < > and "(when enclosed with double quotes for attribute delimters) ( #3043 )
2017-08-29 10:29:48 -06:00
Szabó Gergő
cfd3d54316
Update the Hungarian translation ( #3046 )
...
Compatible with October build 420
2017-08-18 08:26:51 -06:00
Sang Min Oh
969eaccf8b
korean language support for backend ( #3023 )
...
Credit to @everydayparty
2017-08-06 12:36:34 -06:00
Luke Towers
9745b3ba75
Compiled assets
2017-08-05 18:11:40 -06:00
Luke Towers
0b7170ac26
Add support for sorting direction to the MediaManager ( #3007 )
...
* Remove redundant returns
`$this->putSession()` in `Backend\Traits\SessionMaker` doesn't return anything, and the return values of these methods are not used; so returning the value of `putSession()` in these methods is redundant.
* Add support for sort direction to MediaLibrary
Adds support for switching the direction that item lists get sorted by the media library. This necessitates the changing of the default direction of Last Modified and Size to Ascending, previously their sorting direction was Descending while Title was sorted in Ascending order. This shouldn't change anything as the user still has the power to sort by either direction. Fully backwards compatible with any calls to `sortItemList`.
* Support sorting direction in the MediaManager widget
Adds further support for specifying a sorting direction to the MediaManager widget itself
* Display sorting direction options
* Improving styles for sorting direction
* Send sorting information to the MediaManager
* Add translations for sorting feature
* Removing strange ghost whitespace
2017-08-05 12:45:01 -06:00
Jan Vince
881edd48de
Update Czech translation ( #3003 )
...
Credit to @jan-vince, reviewed by @chesio
2017-08-01 07:28:09 -06:00
Luke Towers
3b7a8f3123
Make extension comparisons case insensitive
...
Make extension comparisons done in `getFileType()` case insensitive to support audio/visual file types being correctly recognized when the file being uploaded has an uppercase extension as is occasionally the case. I.e. `.JPG` is the same as `.jpg`, this just tells October to consider them the same.
2017-07-31 21:03:28 -06:00
Samuel Georges
96d0535d09
Add generic onAjax handler that does nothing
2017-07-29 22:55:58 +10:00