Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make search case insensitive on postgres and oracle | Jörn Friedrich Dreyer | 2014-07-04 | 1 | -3/+21 |
| | |||||
* | introduce and use getCurrentConnection() | Jörn Friedrich Dreyer | 2014-07-04 | 3 | -1/+25 |
| | |||||
* | reset collection to 'root' after adding a route to the api | Jörn Friedrich Dreyer | 2014-07-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #9413 from owncloud/fix_hook_names | Vincent Petry | 2014-07-03 | 1 | -2/+2 |
|\ | | | | | fix hook names | ||||
| * | fix hook names | Bjoern Schiessle | 2014-07-03 | 1 | -2/+2 |
| | | |||||
* | | Remove forgotten debug log | Vincent Petry | 2014-07-03 | 1 | -1/+0 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-03 | 3 | -0/+18 |
| | |||||
* | Merge pull request #9329 from owncloud/sharing_check_target | Vincent Petry | 2014-07-02 | 4 | -9/+40 |
|\ | | | | | don't move a share mount point into a different mount point | ||||
| * | don't move a share mount point into a different mount point | Bjoern Schiessle | 2014-07-01 | 1 | -7/+34 |
| | | |||||
| * | add a explicit interface for the home storage | Bjoern Schiessle | 2014-07-01 | 3 | -2/+6 |
| | | |||||
* | | Merge pull request #9311 from owncloud/storage-not-available | Vincent Petry | 2014-07-02 | 5 | -18/+84 |
|\ \ | | | | | | | Handle storages not being available in webui and webdav | ||||
| * | | Remove invalid mounts from the active fs | Robin Appelman | 2014-07-02 | 1 | -0/+4 |
| | | | |||||
| * | | Catch StorageInvalidException in webdav | Robin Appelman | 2014-07-01 | 1 | -0/+3 |
| | | | |||||
| * | | Detect removed public shares | Robin Appelman | 2014-07-01 | 2 | -0/+25 |
| | | | |||||
| * | | Handle StorageNotAvailableException in webdav | Robin Appelman | 2014-06-30 | 1 | -1/+6 |
| | | | |||||
| * | | Add StorageNotAvailableException | Robin Appelman | 2014-06-30 | 2 | -17/+46 |
| | | | |||||
* | | | Merge pull request #9288 from owncloud/fix_dispatcher_null_values | Morris Jobke | 2014-07-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | don't typecast null values inside dispatcher.php | ||||
| * | | | don't typecast null values inside dispatcher.php | Georg Ehrke | 2014-06-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #9338 from owncloud/fix-redirect-for-appframework | Volkan Gezer | 2014-07-02 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Redirect after session expiry to the previous loaded page | ||||
| * | | | | Redirect after session expiry to the previous loaded page | Morris Jobke | 2014-07-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | * fixes #6945 | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-02 | 5 | -2/+79 |
| | | | | | |||||
* | | | | | Merge pull request #9327 from owncloud/migrator-postgreskeywordtest | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Added migrator test for reserved keyword | ||||
| * | | | | | Fix migrator tests to use the correct migrator instances | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #9334 from owncloud/defaultappfix | Vincent Petry | 2014-07-01 | 2 | -6/+28 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Default app fix | ||||
| * | | | | Added unit test for default app URL | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use getAbsoluteUrl for redirection URL | Vincent Petry | 2014-07-01 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also separate the function into getDefaultPageUrl() and redirectToDefaultPage() to make it testable. | ||||
| * | | | | Support for multiple default apps | Vincent Petry | 2014-07-01 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | If a default app isn't visible for the user, try the next one. Else fallback to the "files" app. | ||||
| * | | | | Add bak defaultapp setting | Vincent Petry | 2014-07-01 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #9156 from owncloud/solve-8959 | blizzz | 2014-07-01 | 4 | -10/+50 |
|\ \ \ \ \ | |/ / / / |/| | | | | search term for users and groups may occur anywhere in the name or displ... | ||||
| * | | | | loop over usernames, not passwords | Arthur Schiwon | 2014-06-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | extend Dummy user and group implementation to pass tests | Arthur Schiwon | 2014-06-25 | 2 | -4/+40 |
| | | | | | |||||
| * | | | | return int, not string | Arthur Schiwon | 2014-06-24 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | search term for users and groups may occur anywhere in the name or ↵ | Arthur Schiwon | 2014-06-23 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | displayname, not just in the beginning | ||||
* | | | | | Merge pull request #9306 from owncloud/publicneedsupgrade | Jan-Christoph Borchardt | 2014-07-01 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Return 503 in public.php and OCS API when upgrade is due | ||||
| * | | | | Return 503 OCS response with requested format | Vincent Petry | 2014-06-30 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #9292 from owncloud/issue/9161 | Morris Jobke | 2014-07-01 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Use get random bytes as uniqeid() is not unique in some cases | ||||
| * | | | | Use get random bytes as uniqeid() is not unique in some cases | Joas Schilling | 2014-06-30 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | | | | Fix #9161 | ||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-01 | 4 | -0/+124 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-30 | 12 | -3/+382 |
| | | | |||||
* | | | Merge pull request #9266 from owncloud/fix_objectstore_etag_update | Thomas Müller | 2014-06-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | always regenerate etag when writing back file to objectstore | ||||
| * | | | always regenerate etag when writing back file to objectstore | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-29 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | more strings to translate in utils also some fixes in defaults | Volkan Gezer | 2014-06-28 | 3 | -60/+72 |
| | | | |||||
* | | | Merge pull request #9263 from owncloud/remote-share-update | icewind1991 | 2014-06-27 | 1 | -15/+54 |
|\ \ \ | |/ / |/| | | Better detecting of remote changes for external shares | ||||
| * | | Fix parsing of webdav permissions | Robin Appelman | 2014-06-27 | 1 | -1/+2 |
| | | | |||||
| * | | Also check for updated permissions for webdav storages | Robin Appelman | 2014-06-27 | 1 | -17/+36 |
| | | | |||||
| * | | Use the etag to check for updates in webdav storages where available | Robin Appelman | 2014-06-27 | 1 | -0/+19 |
| | | | |||||
* | | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 9 | -22/+849 |
|\ \ \ | |/ / |/| | | Object storage | ||||
| * | | use normalize path to convert '.' to '' in objectstorestorage | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -9/+11 |
| | | | |||||
| * | | update hasUpdated description, overwrtie testStat for objectstore test | Jörn Friedrich Dreyer | 2014-06-27 | 2 | -2/+7 |
| | | |