Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a variable for the DBMS tyoe we are converting to. | Andreas Fischer | 2014-04-15 | 1 | -4/+5 |
| | |||||
* | Add Bart to PgSqlTools copyright. | Andreas Fischer | 2014-04-15 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'owncloud/master' into db-convert-tool | Andreas Fischer | 2014-04-15 | 466 | -6395/+8598 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (61 commits) [tx-robot] updated from transifex Make email display name change translatable again Ignore jquery.multiselect.js - it's 3rdparty javascript code cleanup + fixing syntax errors Revert "close-button for share_dropdown" close-button for share_dropdown [tx-robot] updated from transifex The latest developer manual link The latest developer manual link p() and print_unescaped() also take arrays as parameter Check whether the user has permissions to add personal storage backends [tx-robot] updated from transifex Fix a wrong WebDAV Warning with self-signed-certs fix translation link upda mailinglist address fix contribute link default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute Correctly process request parameters other than GET or POST, dont use globals in the class but inject it [tx-robot] updated from transifex use references for middleware to fix problems on 5.3 ... | ||||
| * | Merge pull request #8200 from owncloud/js-cleanup-dialogs-master | Thomas Müller | 2014-04-15 | 1 | -173/+166 |
| |\ | | | | | | | javascript code cleanup + fixing syntax errors | ||||
| | * | javascript code cleanup + fixing syntax errors | Thomas Müller | 2014-04-14 | 1 | -173/+166 |
| | | | |||||
| * | | Merge pull request #7780 from owncloud/share-file-exists | Björn Schießle | 2014-04-15 | 2 | -0/+33 |
| |\ \ | | | | | | | | | Verify that a file exists before we share it | ||||
| | * | | add tests for sharing files the users doesn't have access to | Robin Appelman | 2014-04-03 | 1 | -0/+23 |
| | | | | |||||
| | * | | Verify that a file exists before we share it | Robin Appelman | 2014-04-02 | 1 | -0/+10 |
| | | | | |||||
| * | | | Merge pull request #8207 from owncloud/translate-name-email-change | Lukas Reschke | 2014-04-15 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Make email, display name change translatable again | ||||
| | * | | | Make email display name change translatable again | Volkan Gezer | 2014-04-15 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-15 | 12 | -12/+12 |
| |/ / / | |||||
| * | | | Merge pull request #8059 from owncloud/countUsersInGroup | Lukas Reschke | 2014-04-14 | 8 | -1/+317 |
| |\ \ \ | | | | | | | | | | | add optional countUsersInGroup method to group backends | ||||
| | * | | | 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 ↵ | Arthur Schiwon | 2014-04-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | of array | ||||
| | * | | | 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 |
| |\ \ \ \ | | | | | | | | | | | | | Correctly process request parameters other than GET or POST, dont use gl... | ||||
| | * | | | | default to GET request when no method is set to fix unittests, also set ↵ | Bernhard Posselt | 2014-04-12 | 4 | -14/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | parsed json parameters on the post attribute | ||||
| | * | | | | Correctly process request parameters other than GET or POST, dont use ↵ | Bernhard Posselt | 2014-04-12 | 2 | -50/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | globals in the class but inject it | ||||
| * | | | | | 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 |
| | | | | | | | |