Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | videos which are shorter then 5 seconds will now get a proper thumbnail at 1 ... | Thomas Müller | 2014-04-16 | 1 | -7/+30 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-16 | 1 | -0/+1 |
* | Merge pull request #8104 from owncloud/lukepolo-master | Thomas Müller | 2014-04-15 | 1 | -0/+11 |
|\ | |||||
| * | Merge branch 'master' into lukepolo-master | Thomas Müller | 2014-04-09 | 10 | -15/+64 |
| |\ | |||||
| * | | fixing mkdir code to respect external file systems as well | Thomas Müller | 2014-04-07 | 1 | -3/+3 |
| * | | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-master | Thomas Müller | 2014-04-07 | 1 | -0/+11 |
| |\ \ | |||||
| | * | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -5/+5 |
| | * | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -0/+11 |
* | | | | Merge pull request #8210 from owncloud/enhance-assets-management-master | Lukas Reschke | 2014-04-15 | 1 | -1/+30 |
|\ \ \ \ | |||||
| * | | | | adding checks and log messages regarding the assets folder | Thomas Müller | 2014-04-15 | 1 | -1/+30 |
* | | | | | Merge pull request #8197 from owncloud/secure_mimetypes | Lukas Reschke | 2014-04-15 | 4 | -112/+158 |
|\ \ \ \ \ | |||||
| * | | | | | Added explanation to mimetypes.list.php to avoid future confusion. | Thomas Tanghus | 2014-04-14 | 1 | -0/+4 |
| * | | | | | White-list known secure mime types. Refs. #8184 | Thomas Tanghus | 2014-04-14 | 4 | -112/+154 |
* | | | | | | Remove limit and offset manipulation when getting users or groups, because it... | Arthur Schiwon | 2014-04-15 | 3 | -32/+0 |
* | | | | | | introduce new function to force a language | Thomas Müller | 2014-04-15 | 1 | -0/+8 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #7780 from owncloud/share-file-exists | Björn Schießle | 2014-04-15 | 1 | -0/+10 |
|\ \ \ \ \ | |||||
| * | | | | | Verify that a file exists before we share it | Robin Appelman | 2014-04-02 | 1 | -0/+10 |
* | | | | | | Merge pull request #8059 from owncloud/countUsersInGroup | Lukas Reschke | 2014-04-14 | 4 | -0/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ask implementsAction instead of checking method_exists for easier testing | Arthur Schiwon | 2014-04-08 | 1 | -1/+1 |
| * | | | | | | add optional countUsersInGroup method to group backends | Arthur Schiwon | 2014-04-08 | 4 | -0/+47 |
* | | | | | | | Merge pull request #8178 from owncloud/fix-request-parameters | Lukas Reschke | 2014-04-14 | 2 | -50/+46 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | default to GET request when no method is set to fix unittests, also set parse... | Bernhard Posselt | 2014-04-12 | 1 | -0/+7 |
| * | | | | | | | Correctly process request parameters other than GET or POST, dont use globals... | Bernhard Posselt | 2014-04-12 | 2 | -50/+39 |
* | | | | | | | | Merge pull request #8181 from owncloud/fix_wrong_webdav_warning | Thomas Müller | 2014-04-14 | 2 | -0/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix a wrong WebDAV Warning with self-signed-certs | kondou | 2014-04-13 | 2 | -0/+15 |
* | | | | | | | | | Merge pull request #8019 from owncloud/thumbnail_fixes | Thomas Müller | 2014-04-14 | 1 | -102/+132 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | adding unit test for cache mechanism | Thomas Müller | 2014-04-04 | 1 | -49/+49 |
| * | | | | | | | | fixing typos/spellings | Thomas Müller | 2014-04-04 | 1 | -4/+11 |
| * | | | | | | | | fix float comparison for negative results | Jörn Friedrich Dreyer | 2014-04-03 | 1 | -2/+2 |
| * | | | | | | | | extract more methods | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -46/+63 |
| * | | | | | | | | extract method isCachedBigger | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -14/+33 |
| * | | | | | | | | remove unnecessary code | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -16/+2 |
| * | | | | | | | | compare floats with epsilon | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -1/+2 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #8156 from owncloud/fix-middleware-container | Thomas Müller | 2014-04-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | use references for middleware to fix problems on 5.3 | Bernhard Posselt | 2014-04-11 | 1 | -2/+3 |
| * | | | | | | | | fix the middleware registration process in the container | Bernhard Posselt | 2014-04-10 | 1 | -3/+2 |
* | | | | | | | | | p() and print_unescaped() also take arrays as parameter | Lukas Reschke | 2014-04-13 | 1 | -4/+5 |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-13 | 1 | -1/+3 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-12 | 1 | -7/+7 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Only encode dangerous dangerous characters | Lukas Reschke | 2014-04-11 | 1 | -1/+1 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-11 | 2 | -1/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #8139 from owncloud/fix-middleware-registration | Bernhard Posselt | 2014-04-10 | 2 | -5/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | register middleware as string to not force request to be instantiated too ear... | Bernhard Posselt | 2014-04-09 | 2 | -5/+5 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #8107 from owncloud/dav-negativetimestampfix | Thomas Müller | 2014-04-10 | 1 | -3/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-09 | 1 | -3/+6 |
* | | | | | | | Merge pull request #8137 from owncloud/routeing-requirements | Thomas Müller | 2014-04-10 | 1 | -1/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add requirements to routing | Bernhard Posselt | 2014-04-09 | 1 | -1/+9 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #8138 from owncloud/allow-app-in-routes.php | Thomas Müller | 2014-04-10 | 1 | -1/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | To isolate the variable scope used inside the $file it is required in it's ow... | Thomas Müller | 2014-04-09 | 1 | -1/+9 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #8027 from owncloud/routes-ocs | Tom Needham | 2014-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |