Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore jquery.multiselect.js - it's 3rdparty | Thomas Müller | 2014-04-14 | 1 | -0/+1 |
| | |||||
* | Revert "close-button for share_dropdown" | Julian Müller | 2014-04-14 | 1 | -5/+0 |
| | | | | This reverts commit 3bc3d4c9f346b378853ccf36f49e2f3816ea721d. | ||||
* | close-button for share_dropdown | Julian Müller | 2014-04-14 | 1 | -0/+5 |
| | |||||
* | 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 | ||||
| * | Fix a wrong WebDAV Warning with self-signed-certs | kondou | 2014-04-13 | 2 | -0/+15 |
| | | | | | | | | Occuring in the admin interface | ||||
* | | Merge pull request #8019 from owncloud/thumbnail_fixes | Thomas Müller | 2014-04-14 | 2 | -144/+230 |
|\ \ | | | | | | | Thumbnail fixes | ||||
| * | | adding unit test for cache mechanism | Thomas Müller | 2014-04-04 | 2 | -89/+145 |
| | | | |||||
| * | | fixing typos/spellings | Thomas Müller | 2014-04-04 | 2 | -20/+27 |
| | | | |||||
| * | | 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 |
|\ \ \ | | | | | | | | | fix the middleware registration process in the container | ||||
| * | | | 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 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-14 | 30 | -213/+232 |
| | | | | |||||
* | | | | The latest developer manual link | Volkan Gezer | 2014-04-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #8188 from owncloud/print-does-also-take-ar | Thomas Müller | 2014-04-13 | 1 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | p() and print_unescaped() also take arrays as parameter | ||||
| * | | | | p() and print_unescaped() also take arrays as parameter | Lukas Reschke | 2014-04-13 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | This fixes some scrutinizer issues. | ||||
* | | | | | The latest developer manual link | Volkan Gezer | 2014-04-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #8182 from owncloud/check-user-mounti | Robin McCorkell | 2014-04-13 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Check whether the user has permissions to add personal storage backends | ||||
| * | | | | Check whether the user has permissions to add personal storage backends | Lukas Reschke | 2014-04-13 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Merge pull request #8165 from owncloud/karma-removewarnings | Lukas Reschke | 2014-04-13 | 1 | -0/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove annoying karma 404 warnings for images | ||||
| * | | | | Remove annoying karma 404 warnings for images | Vincent Petry | 2014-04-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Karma now serves images from core to avoid polluting the logs with a lot of 404 warnings. This also makes it easier to read the test errors during development. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-13 | 59 | -182/+238 |
| |_|_|/ |/| | | | |||||
* | | | | fix translation link | Volkan Gezer | 2014-04-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | upda mailinglist address | Volkan Gezer | 2014-04-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix contribute link | Volkan Gezer | 2014-04-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-12 | 257 | -3226/+4581 |
| | | | | |||||
* | | | | Merge pull request #8168 from owncloud/only-encode-dangerous-char | Lukas Reschke | 2014-04-11 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Only encode dangerous dangerous characters | ||||
| * | | | | Only encode dangerous dangerous characters | Lukas Reschke | 2014-04-11 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | There is no need to encode all characters into HTML entities, only potential dangerous characters as &, ", ', < and > should get encoded. This may fix issues like https://github.com/owncloud/calendar/pull/394 | ||||
* | | | | Merge pull request #7807 from sarciszewski/patch-1 | Lukas Reschke | 2014-04-11 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Update crypt.php | ||||
| * | | | | Update crypt.php | Scott Arciszewski | 2014-03-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Use a 256-bit random value | ||||
| * | | | | Update crypt.php | Scott Arciszewski | 2014-03-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A 1024 kilobyte key would be obnoxiously slow to operate on. I'm assuming you meant 1024-bit? Also, 183 bytes = 1464 bits. Here's a safe alternative: 2048 bits, with comment-code sanity | ||||
* | | | | | Merge pull request #8069 from ↵ | Björn Schießle | 2014-04-11 | 3 | -7/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/fix-localization-issues-with-file-encrypt-app Fix some localization issues with file encryption/decryption strings | ||||
| * | | | | | Fix some localization issues with file encryption/decription strings | Volkan Gezer | 2014-04-05 | 3 | -7/+8 |
| | | | | | | |||||
* | | | | | | Typo fix. | Volkan Gezer | 2014-04-11 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-11 | 42 | -250/+281 |
| | | | | | | |||||
* | | | | | | Merge pull request #5857 from owncloud/type-ahead-share-by-mail-master | Thomas Müller | 2014-04-11 | 2 | -0/+48 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | introduce auto completion on share email - integrated with the contactsm... | ||||
| * | | | | | | Fix copy/paste error :P | Thomas Tanghus | 2014-03-25 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | 'ID' => 'id' and check existence of EMAIL | Thomas Tanghus | 2014-03-25 | 1 | -1/+5 |
| | | | | | | | |||||
| * | | | | | | introduce auto completion on share email - integrated with the ↵ | Thomas Müller | 2013-11-14 | 2 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | contactsmanager api | ||||
* | | | | | | | Merge pull request #8076 from owncloud/enable-dav-browser | Lukas Reschke | 2014-04-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Re-enable the sabredav browser plugin to fix sync client setup | ||||
| * | | | | | | Re-enable the sabredav browser plugin | Robin Appelman | 2014-04-06 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | 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 to... | ||||
| * | | | | | | register middleware as string to not force request to be instantiated too ↵ | Bernhard Posselt | 2014-04-09 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | early and thus not having url parameters | ||||
* | | | | | | | 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 | ||||
| * | | | | | | | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-09 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined. | ||||
* | | | | | | | | Merge pull request #8112 from owncloud/karma-enableautowatch | Thomas Müller | 2014-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Enable autowatch for karma |