Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #16657 from owncloud/view-emit-path | Thomas Müller | 2015-06-22 | 2 | -2/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix check if hooks should be emited in runHooks | Robin Appelman | 2015-06-15 | 1 | -1/+2 | |
| * | | | | | emit hooks from a view as long as the path is inside the default root | Robin Appelman | 2015-06-02 | 2 | -1/+31 | |
* | | | | | | Merge pull request #17056 from owncloud/appframework-type-cast | Bernhard Posselt | 2015-06-22 | 2 | -1/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | AppFramework annotation whitespace unit test | Robin McCorkell | 2015-06-21 | 1 | -0/+14 | |
| * | | | | | | Allow multiple whitespace in type hints in AppFramework | Robin McCorkell | 2015-06-20 | 1 | -1/+1 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-22 | 4 | -4/+20 | |
* | | | | | | | Merge pull request #17025 from owncloud/sftp-rmdir-emptydir | Robin McCorkell | 2015-06-21 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Workaround for empty dir deletion for SFTP | Vincent Petry | 2015-06-18 | 2 | -1/+12 | |
* | | | | | | | | Merge pull request #17052 from owncloud/fix-phpdoc-groupmgm | Robin McCorkell | 2015-06-21 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use proper type | Lukas Reschke | 2015-06-19 | 2 | -2/+2 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-21 | 16 | -8/+96 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-20 | 28 | -28/+172 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #17041 from owncloud/ocp-since-checker | Morris Jobke | 2015-06-19 | 11 | -1/+146 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | move the OCPSinceChecker.php to build/ | Morris Jobke | 2015-06-19 | 2 | -1/+1 | |
| * | | | | | | Fix missing @since tags in OCP | Morris Jobke | 2015-06-19 | 9 | -1/+28 | |
| * | | | | | | Add tool to check OCP for missing @since tag | Morris Jobke | 2015-06-19 | 2 | -0/+118 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #17024 from owncloud/master-verify-if-path-exists-in-upload | Thomas Müller | 2015-06-19 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #17040 from owncloud/fix-param-naming | Thomas Müller | 2015-06-19 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix naming of param in private/server.php | Morris Jobke | 2015-06-19 | 1 | -5/+5 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #17026 from owncloud/update-config.sample.php | Thomas Müller | 2015-06-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | [config.sample.php] set correct default value for skeletondirectory | Morris Jobke | 2015-06-19 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #16889 from owncloud/group-sorting-fixes | Joas Schilling | 2015-06-19 | 7 | -11/+183 | |
|\ \ \ \ \ | ||||||
| * | | | | | Do not return backends but add a method to check for one | Joas Schilling | 2015-06-16 | 3 | -11/+23 | |
| * | | | | | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 7 | -11/+157 | |
| * | | | | | Always keep "Everyone" and "admin" at the top of the list | Joas Schilling | 2015-06-16 | 1 | -0/+14 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-19 | 36 | -70/+36 | |
* | | | | | | Merge pull request #16963 from owncloud/fileinfo-lock | Vincent Petry | 2015-06-18 | 3 | -29/+57 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove unneeded normalize | Robin Appelman | 2015-06-18 | 1 | -2/+0 | |
| * | | | | | | unlock the file if the file doesnt exists | Robin Appelman | 2015-06-18 | 1 | -0/+2 | |
| * | | | | | | use old cache data when locked | Robin Appelman | 2015-06-17 | 1 | -28/+49 | |
| * | | | | | | handle locked exceptions when getting file/directory info in sabre | Robin Appelman | 2015-06-17 | 2 | -1/+8 | |
* | | | | | | | Merge pull request #17017 from owncloud/cache-update-write-lock | Vincent Petry | 2015-06-18 | 4 | -34/+47 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | dont update the cache on rename fail | Robin Appelman | 2015-06-18 | 1 | -1/+1 | |
| * | | | | | | update noopscanner | Robin Appelman | 2015-06-18 | 1 | -3/+3 | |
| * | | | | | | extends phpdoc | Robin Appelman | 2015-06-18 | 1 | -3/+4 | |
| * | | | | | | update the file cache within the write lock | Robin Appelman | 2015-06-18 | 3 | -31/+43 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #16692 from owncloud/add_social_media_buttons | Björn Schießle | 2015-06-18 | 11 | -6/+650 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add id to url | Bjoern Schiessle | 2015-06-18 | 2 | -7/+7 | |
| * | | | | | | fix look of 'Share with me via ownCloud' button, fix wording | Jan-Christoph Borchardt | 2015-06-17 | 3 | -51/+11 | |
| * | | | | | | fix path to owncloud logo | Bjoern Schiessle | 2015-06-17 | 2 | -2/+4 | |
| * | | | | | | make the click actions work | Bjoern Schiessle | 2015-06-17 | 2 | -7/+9 | |
| * | | | | | | federated cloud ID: add icons, fix HTML & layout, fix wording | Jan-Christoph Borchardt | 2015-06-17 | 10 | -39/+382 | |
| * | | | | | | add social media button for diaspora, twitter, facebook and google+ | Bjoern Schiessle | 2015-06-17 | 7 | -6/+343 | |
* | | | | | | | Merge pull request #16890 from owncloud/fix-16588 | Thomas Müller | 2015-06-18 | 2 | -6/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | delete user test to take getHome into account to ensure it is also deleted su... | Arthur Schiwon | 2015-06-17 | 1 | -1/+4 | |
| * | | | | | | | the user is gone, userExists will not bring him back. But the user's folder n... | Arthur Schiwon | 2015-06-11 | 1 | -5/+6 | |
* | | | | | | | | Merge pull request #16993 from owncloud/verify-if-path-exists | Lukas Reschke | 2015-06-18 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |