Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | remove unused argument | Robin Appelman | 2014-06-10 | 1 | -3/+2 | |
| * | | | | | | add some comments | Robin Appelman | 2014-06-10 | 1 | -0/+2 | |
| * | | | | | | Repair broken parent link in the scanner | Robin Appelman | 2014-06-10 | 1 | -34/+36 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Revert "Merge pull request #8998 from macjohnny/master" | Morris Jobke | 2014-06-12 | 2 | -13/+6 | |
* | | | | | | Merge pull request #8998 from macjohnny/master | macjohnny | 2014-06-12 | 2 | -6/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update manager.php | macjohnny | 2014-06-12 | 1 | -1/+1 | |
| * | | | | | | Update group.php | macjohnny | 2014-06-12 | 1 | -6/+0 | |
| * | | | | | | drastic speedup for nested ldap groups | macjohnny | 2014-06-12 | 1 | -2/+3 | |
| * | | | | | | Update manager.php | macjohnny | 2014-06-12 | 1 | -0/+12 | |
* | | | | | | | Merge pull request #8980 from owncloud/better-accept-header | Vincent Petry | 2014-06-12 | 2 | -20/+37 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | also handle lowercase headers | Bernhard Posselt | 2014-06-11 | 1 | -22/+22 | |
| * | | | | | | fix indention | Bernhard Posselt | 2014-06-11 | 1 | -6/+6 | |
| * | | | | | | handle http accept headers more gracefully | Bernhard Posselt | 2014-06-11 | 2 | -18/+35 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #8991 from owncloud/fix-php53-arraycombine | Vincent Petry | 2014-06-12 | 1 | -2/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixed array_combine for PHP 5.3 | Vincent Petry | 2014-06-11 | 1 | -2/+7 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-12 | 2 | -1/+11 | |
* | | | | | | | Merge pull request #8901 from owncloud/permissions-update-cache | Vincent Petry | 2014-06-11 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Save the permissions in the filecache if it's not saved yet | Robin Appelman | 2014-06-09 | 1 | -12/+12 | |
* | | | | | | | Added ORDER BY to enforce share entry order | Vincent Petry | 2014-06-11 | 1 | -0/+1 | |
* | | | | | | | Merge pull request #8966 from owncloud/fix_failing_tests_on_master | Vincent Petry | 2014-06-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | call self::getNumericStorageId() to get the numeric ID | Bjoern Schiessle | 2014-06-10 | 1 | -1/+1 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-11 | 1 | -6/+6 | |
* | | | | | | | | make text preview backend use imagettftext, fixes #8087 | Georg Ehrke | 2014-06-10 | 1 | -2/+6 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-10 | 1 | -0/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | set logger before registrate to an error handler | Morris Jobke | 2014-06-09 | 1 | -1/+1 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-09 | 2 | -2/+60 | |
* | | | | | | Merge pull request #8916 from owncloud/rmdirr-test-cleanup-fix | Morris Jobke | 2014-06-08 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added hacky fix for long path cleanup routine | Vincent Petry | 2014-06-06 | 1 | -0/+2 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-08 | 5 | -4/+9 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-07 | 68 | -189/+3 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #8927 from owncloud/expire_only_link_shares | Björn Schießle | 2014-06-06 | 2 | -36/+79 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | only expire link shares | Bjoern Schiessle | 2014-06-06 | 2 | -36/+79 | |
* | | | | | | | Merge pull request #8253 from owncloud/pk-on-all-tables-master | Thomas Müller | 2014-06-06 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | adding PK to table encryption | Thomas Müller | 2014-06-06 | 2 | -1/+2 | |
* | | | | | | | | Merge pull request #8921 from owncloud/fix-remove-storage-master | Thomas Müller | 2014-06-06 | 1 | -10/+22 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | No need to create a storage within remove | Thomas Müller | 2014-06-06 | 1 | -10/+22 | |
* | | | | | | | | Merge pull request #4553 from owncloud/update_search_classes | Vincent Petry | 2014-06-06 | 17 | -122/+657 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix namespace for legacy search classes | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 | |
| * | | | | | | | | make search non-static, add ISearch to server container, make legacy a static... | Jörn Friedrich Dreyer | 2014-06-06 | 9 | -31/+146 | |
| * | | | | | | | | minor phpdoc cleanup and imports | Jörn Friedrich Dreyer | 2014-06-05 | 6 | -13/+14 | |
| * | | | | | | | | Move new search results to 'lib/private/search' | Andrew Brown | 2014-06-05 | 5 | -1/+1 | |
| * | | | | | | | | Move legacy search to 'lib/private/legacy' | Andrew Brown | 2014-06-05 | 5 | -68/+29 | |
| * | | | | | | | | Re-add type to legacy OC_Search_Result class | Andrew Brown | 2014-06-05 | 1 | -1/+14 | |
| * | | | | | | | | Add audio and image result types | Andrew Brown | 2014-06-05 | 1 | -2/+2 | |
| * | | | | | | | | Add audio and image result types | Andrew Brown | 2014-06-05 | 3 | -1/+81 | |
| * | | | | | | | | fix formatting | Jörn Friedrich Dreyer | 2014-06-05 | 10 | -191/+200 | |
| * | | | | | | | | Add legacy adapters for file search | Andrew Brown | 2014-06-05 | 4 | -0/+133 | |
| * | | | | | | | | Move to new namespace convention and add new result sub-classing | Andrew Brown | 2014-06-05 | 6 | -100/+323 | |
* | | | | | | | | | add more and fix office mimetypes, migrate wrong mimetypes | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -2/+20 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #8666 from owncloud/mount-remove | icewind1991 | 2014-06-06 | 10 | -82/+145 | |
|\ \ \ \ \ \ \ \ |