Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make email display name change translatable again | Volkan Gezer | 2014-04-15 | 2 | -2/+2 |
* | Merge pull request #8059 from owncloud/countUsersInGroup | Lukas Reschke | 2014-04-14 | 8 | -1/+317 |
|\ | |||||
| * | add tests for LDAP | Arthur Schiwon | 2014-04-08 | 1 | -0/+115 |
| * | fix return value when a search string was passed to return integer instead of... | Arthur Schiwon | 2014-04-08 | 1 | -1/+2 |
| * | add group tests | Arthur Schiwon | 2014-04-08 | 1 | -0/+62 |
| * | ask implementsAction instead of checking method_exists for easier testing | Arthur Schiwon | 2014-04-08 | 1 | -1/+1 |
| * | implement countUsersInGroup in LDAP group backend | Arthur Schiwon | 2014-04-08 | 2 | -1/+92 |
| * | 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 | 5 | -64/+64 |
|\ \ | |||||
| * | | default to GET request when no method is set to fix unittests, also set parse... | Bernhard Posselt | 2014-04-12 | 4 | -14/+25 |
| * | | Correctly process request parameters other than GET or POST, dont use globals... | Bernhard Posselt | 2014-04-12 | 2 | -50/+39 |
* | | | 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 |
* | | | 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 | kondou | 2014-04-13 | 2 | -0/+15 |
* | | | | Merge pull request #8019 from owncloud/thumbnail_fixes | Thomas Müller | 2014-04-14 | 2 | -144/+230 |
|\ \ \ \ | |||||
| * | | | | 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 |
|\ \ \ \ \ | |||||
| * | | | | | 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 | Lukas Reschke | 2014-04-13 | 1 | -4/+5 |
* | | | | | | | 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 | 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 | Vincent Petry | 2014-04-11 | 1 | -0/+8 |
* | | | | | | | [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 | Lukas Reschke | 2014-04-11 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #7807 from sarciszewski/patch-1 | Lukas Reschke | 2014-04-11 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Update crypt.php | Scott Arciszewski | 2014-03-24 | 1 | -2/+2 |
| * | | | | | Update crypt.php | Scott Arciszewski | 2014-03-19 | 1 | -2/+2 |
* | | | | | | Merge pull request #8069 from owncloud/fix-localization-issues-with-file-encr... | Björn Schießle | 2014-04-11 | 3 | -7/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 |