| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Backport of #8197 to stable6 | Lukas Reschke | 2014-04-18 | 4 | -89/+156 |
| * | Backport of #8183 to stable6 | Lukas Reschke | 2014-04-18 | 3 | -25/+29 |
* | | merge middleware string registration | Bernhard Posselt | 2014-04-18 | 2 | -5/+5 |
* | | use references for middleware to fix problems on 5.3 | Bernhard Posselt | 2014-04-18 | 1 | -2/+3 |
* | | merge dicontainer | Bernhard Posselt | 2014-04-18 | 1 | -4/+3 |
* | | default to GET request when no method is set to fix unittests, also set parse... | Bernhard Posselt | 2014-04-18 | 1 | -0/+7 |
* | | Correctly process request parameters other than GET or POST, dont use globals... | Bernhard Posselt | 2014-04-18 | 2 | -50/+39 |
* | | Backport of #7682 to stable6 | Lukas Reschke | 2014-04-18 | 1 | -1/+2 |
|/ |
|
* | Verify that a file exists before we share it | Robin Appelman | 2014-04-17 | 1 | -0/+10 |
* | Remove limit and offset manipulation when getting users or groups, because it... | Arthur Schiwon | 2014-04-15 | 3 | -32/+0 |
* | Merge pull request #8150 from owncloud/backport-8138-stable6 | Thomas Müller | 2014-04-11 | 1 | -1/+9 |
|\ |
|
| * | fix code formatting | Thomas Müller | 2014-04-10 | 1 | -1/+2 |
| * | To isolate the variable scope used inside the $file it is required in it's o... | Thomas Müller | 2014-04-10 | 1 | -1/+8 |
* | | Merge pull request #8151 from owncloud/backport-8137-stable6 | Bernhard Posselt | 2014-04-10 | 1 | -1/+9 |
|\ \ |
|
| * | | add requirements to routing | Bernhard Posselt | 2014-04-10 | 1 | -1/+9 |
| |/ |
|
* | | Merge pull request #8119 from Raydiation/stable6 | Bernhard Posselt | 2014-04-10 | 1 | -7/+15 |
|\ \ |
|
| * | | Update controller.php | Bernhard Posselt | 2014-04-10 | 1 | -1/+9 |
| * | | Remove dependency on container, removing service locator antipattern | Bernhard Posselt | 2014-04-08 | 1 | -7/+7 |
| |/ |
|
* | | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-10 | 1 | -3/+6 |
* | | Disabled internet checking as mentioned when in proxy mode | Joan | 2014-04-10 | 1 | -0/+5 |
|/ |
|
* | Fixed chunking and insufficient storage check | Vincent Petry | 2014-04-07 | 2 | -2/+50 |
* | Do not expire chunks while checking for their existence | Vincent Petry | 2014-04-04 | 1 | -5/+0 |
* | Add bindParam to statement wrapper | Robin Appelman | 2014-04-04 | 1 | -0/+14 |
* | use a non-recursive chmod on the datadir | Robin Appelman | 2014-04-03 | 2 | -30/+1 |
* | Improve phpdoc | Robin Appelman | 2014-04-03 | 1 | -1/+3 |
* | Give storages the option to implement the getById behaviour for View->getPath | Robin Appelman | 2014-04-03 | 2 | -6/+29 |
* | Fix admin-dir_permissions redirection when cannot write warning | Volkan Gezer | 2014-04-02 | 1 | -1/+1 |
* | remove pl_PL - fixes #7973 | Thomas Müller | 2014-03-31 | 1 | -5/+0 |
* | Fix 'Undefined variable: message' in OCP\Util::logException | Thomas Tanghus | 2014-03-25 | 1 | -5/+2 |
* | Still return quota value when free space is unknown | Vincent Petry | 2014-03-21 | 1 | -1/+8 |
* | Return unencrypted_size of folder when queried | Vincent Petry | 2014-03-21 | 1 | -0/+5 |
* | Propagate unencrypted_size up to the file cache root | Vincent Petry | 2014-03-21 | 1 | -2/+7 |
* | Return 503 when a config/data dir error exists | Vincent Petry | 2014-03-20 | 2 | -0/+5 |
* | Added .ocdata file to check for data folder validity | Vincent Petry | 2014-03-20 | 3 | -4/+37 |
* | Added warning for trusted_domains after CLI upgrade | Vincent Petry | 2014-03-17 | 1 | -1/+1 |
* | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 1 | -2/+4 |
* | fixing method names | Thomas Müller | 2014-03-12 | 1 | -1/+1 |
* | set content-type on ocs exceptions | Thomas Müller | 2014-03-12 | 1 | -3/+30 |
* | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -2/+7 |
* | remove magic handling of recipient lists by exploding the string - this funct... | Thomas Müller | 2014-03-11 | 1 | -4/+1 |
* | Reset time of last update feed polling | Victor Dubiniuk | 2014-03-11 | 1 | -0/+2 |
* | Disable XML entities when parsing XML | Vincent Petry | 2014-03-10 | 2 | -4/+14 |
* | fixing ident | Thomas Müller | 2014-03-07 | 1 | -9/+9 |
* | we first shall check if the current session is valid - otherwise the session-... | Thomas Müller | 2014-03-07 | 1 | -12/+13 |
* | Merge pull request #7586 from owncloud/dont_create_shared_folder_stable6 | Björn Schießle | 2014-03-07 | 2 | -2/+5 |
|\ |
|
| * | don't allow to create a file or folder named 'Shared' in the root folder, als... | Bjoern Schiessle | 2014-03-06 | 2 | -2/+5 |
* | | Use $installedVersion instead of $currentVersion | Lukas Reschke | 2014-03-06 | 1 | -1/+1 |
|/ |
|
* | Fixed X-Forwarded-Host parsing | Vincent Petry | 2014-03-05 | 1 | -1/+2 |
* | Added localhost as trusted domain | Vincent Petry | 2014-03-05 | 1 | -0/+5 |
* | Show warning page when accessing server from an untrusted domain | Vincent Petry | 2014-03-05 | 2 | -16/+70 |