Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6081 from owncloud/partfilewebdavfix | Vincent Petry | 2014-02-04 | 1 | -1/+14 |
|\ | |||||
| * | Allow getting info or renaming part files through WebDAV | Vincent Petry | 2014-01-23 | 1 | -1/+14 |
* | | Merge pull request #4795 from owncloud/setup | Morris Jobke | 2014-02-04 | 6 | -161/+162 |
|\ \ | |||||
| * | | Use === instead of ==, add missing whitespace and CSS class | Morris Jobke | 2014-02-01 | 1 | -2/+2 |
| * | | Remove unused functions from OC_Helper | Bart Visscher | 2014-01-31 | 1 | -23/+0 |
| * | | DRY for database type radiolist | Bart Visscher | 2014-01-31 | 2 | -54/+25 |
| * | | Do setup default value handling in the controller not the template | Bart Visscher | 2014-01-31 | 2 | -9/+19 |
| * | | Merge branch 'master' into setup | Bart Visscher | 2014-01-31 | 2203 | -76590/+170616 |
| |\ \ | |||||
| * | | | fix undefined $htaccessWorking | Morris Jobke | 2013-10-07 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/master' into setup | Bart Visscher | 2013-10-02 | 1193 | -16046/+50329 |
| |\ \ \ | |||||
| * | | | | Copyright and small fix | Bart Visscher | 2013-10-02 | 1 | -1/+7 |
| * | | | | fixing typo on $htaccessWorking - testing own code before pushing is appreciated | Thomas Müller | 2013-09-24 | 1 | -1/+2 |
| * | | | | Merge branch 'master' into setup | Bart Visscher | 2013-09-12 | 142 | -664/+735 |
| |\ \ \ \ | |||||
| * | | | | | Check for failure in creating htaccessWorking testfile | Bart Visscher | 2013-09-10 | 2 | -6/+20 |
| * | | | | | Move core setup code to controller class | Bart Visscher | 2013-09-10 | 3 | -60/+81 |
* | | | | | | Merge pull request #6647 from owncloud/memcache-public | icewind1991 | 2014-02-04 | 8 | -29/+74 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix some phpdoc errors and rename interface | Robin Appelman | 2014-01-24 | 3 | -5/+9 |
| * | | | | | | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-22 | 56 | -239/+709 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | revert accidental 3rdparty commit | Robin Appelman | 2014-01-22 | 1 | -0/+0 |
| * | | | | | | | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-15 | 61 | -3524/+354 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-09 | 96 | -338/+4265 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Use $server->getMemCacheFactory() in ldap connection | Robin Appelman | 2014-01-09 | 2 | -1/+10 |
| * | | | | | | | | | Also update the OCP\IServerContainer | Robin Appelman | 2014-01-08 | 2 | -4/+4 |
| * | | | | | | | | | get the memorycache factory from OCP\Server instead of a cache instance | Robin Appelman | 2014-01-08 | 2 | -6/+22 |
| * | | | | | | | | | Remove the static dependency on OC_Util from Memcache | Robin Appelman | 2014-01-06 | 4 | -2/+23 |
| * | | | | | | | | | Use APCIterator for Memcache\APC::clear() | Robin Appelman | 2014-01-06 | 2 | -26/+8 |
| * | | | | | | | | | expose memory cache in public api | Robin Appelman | 2014-01-06 | 1 | -0/+13 |
* | | | | | | | | | | Merge pull request #7065 from owncloud/errorHandler_tests | Vincent Petry | 2014-02-04 | 2 | -1/+63 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add test for password remove method | Bjoern Schiessle | 2014-02-04 | 2 | -1/+63 |
* | | | | | | | | | | | Merge pull request #7057 from owncloud/pictures-icon | Jan-Christoph Borchardt | 2014-02-03 | 2 | -4/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | better picture icon, fix https://github.com/owncloud/apps/issues/1401 | Jan-Christoph Borchardt | 2014-02-03 | 2 | -4/+1 |
* | | | | | | | | | | | | Merge pull request #7055 from owncloud/ellipsize-modified-date | Jan-Christoph Borchardt | 2014-02-03 | 1 | -0/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | fix misalignment of modified dates, shift to right | Jan-Christoph Borchardt | 2014-02-03 | 1 | -0/+1 |
| * | | | | | | | | | | | ellipsize long modified dates to make room for showing delete button, fix #7040 | Jan-Christoph Borchardt | 2014-02-03 | 1 | -0/+10 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #7014 from owncloud/fix_ocs_share_api | Björn Schießle | 2014-02-03 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | remove needless element tag | Bjoern Schiessle | 2014-01-30 | 1 | -2/+1 |
* | | | | | | | | | | | | Merge pull request #7013 from owncloud/dont_write_passwords_to_log | Björn Schießle | 2014-02-03 | 3 | -7/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | also load error handler if debugging is enabled | Bjoern Schiessle | 2014-02-03 | 2 | -4/+17 |
| * | | | | | | | | | | | remove passwords in URLs from all log messages | Bjoern Schiessle | 2014-02-03 | 2 | -4/+12 |
* | | | | | | | | | | | | Merge pull request #7025 from owncloud/prevent-double-app-load | icewind1991 | 2014-01-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Mark an app as loaded before we start loading it | Robin Appelman | 2014-01-31 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge pull request #7017 from owncloud/trashpreview | Georg Ehrke | 2014-01-31 | 1 | -2/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fixed image preview in trashbin subdirs | Vincent Petry | 2014-01-30 | 1 | -2/+12 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #5151 from owncloud/file-actions | Morris Jobke | 2014-01-31 | 4 | -6/+35 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Makes Rename Icon Width 44px for touch sourfaces. | raghunayyar | 2014-01-31 | 1 | -0/+5 |
| * | | | | | | | | | | | Updated unit tests for rename action | Vincent Petry | 2014-01-30 | 1 | -1/+12 |
| * | | | | | | | | | | | Rename action now appears as pencil icon | raghunayyar | 2014-01-30 | 3 | -5/+18 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #6278 from nickvergessen/issue/6263 | Raghu Nayyar | 2014-01-29 | 2 | -15/+20 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Add alt attribute for img elements | Joas Schilling | 2014-01-10 | 1 | -3/+3 |
| * | | | | | | | | | | Extend margin to avoid displaying a scrollbar | Joas Schilling | 2014-01-10 | 1 | -1/+1 |