Commit message (Expand) | 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 |
|\ | |||||
| * | 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 | 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 |
| |\ \ | |||||
| | * | | 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 | 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 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 |