| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #23386 from owncloud/share-keepoptioncheckboxinblocks | Thomas Müller | 2016-03-21 | 2 | -36/+55 |
|\ |
|
| * | Keep share checkboxes together | Vincent Petry | 2016-03-18 | 2 | -36/+55 |
* | | Merge pull request #23388 from owncloud/issue-22887-infinite-background-job-l... | Thomas Müller | 2016-03-21 | 4 | -33/+68 |
|\ \ |
|
| * | | Do not create a new job when it failed to connect atm | Joas Schilling | 2016-03-21 | 4 | -33/+68 |
| |/ |
|
* | | Merge pull request #23424 from owncloud/fix-cachewrapper-doc-issue | Thomas Müller | 2016-03-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix doc issue of cache wrapper | Joas Schilling | 2016-03-21 | 1 | -1/+1 |
* | | | Merge pull request #23323 from owncloud/gdrive-chunkupload | Thomas Müller | 2016-03-21 | 1 | -5/+52 |
|\ \ \ |
|
| * | | | Only use GDrive chunks when needed | Vincent Petry | 2016-03-17 | 1 | -29/+43 |
| * | | | Chunk upload for GDrive | Vincent Petry | 2016-03-16 | 1 | -6/+39 |
* | | | | Merge pull request #23292 from owncloud/dav-chunking-onlyfirehooksonce | Thomas Müller | 2016-03-21 | 3 | -45/+76 |
|\ \ \ \ |
|
| * | | | | Do not fire pre/post hooks twice on chunk upload | Vincent Petry | 2016-03-21 | 3 | -45/+76 |
* | | | | | Merge pull request #23083 from owncloud/generate-birthdays-on-upgrade | Thomas Müller | 2016-03-21 | 4 | -1/+18 |
|\ \ \ \ \ |
|
| * | | | | | Generate birthdays on upgrade from 8.2 as well | Thomas Müller | 2016-03-10 | 1 | -0/+1 |
| * | | | | | Birthday events are generated on upgrade | Thomas Müller | 2016-03-10 | 3 | -1/+17 |
* | | | | | | Merge pull request #23351 from owncloud/streams-0.4 | Vincent Petry | 2016-03-21 | 35 | -488/+784 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | update icewind/smb to 1.0.8 | Robin Appelman | 2016-03-21 | 7 | -25/+38 |
| * | | | | | update icewind/streams to 0.4.0 and icewind/smb to 1.0.7 in files_external | Robin Appelman | 2016-03-21 | 32 | -478/+761 |
| * | | | | | update icewind/streams to 0.4.0 | Robin Appelman | 2016-03-21 | 1 | -0/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #22065 from owncloud/systemtags-create-same-prefix | Thomas Müller | 2016-03-21 | 2 | -1/+12 |
|\ \ \ \ \ |
|
| * | | | | | Allow creating tags where another one with same prefix exists | Vincent Petry | 2016-02-02 | 2 | -1/+12 |
* | | | | | | Merge pull request #22789 from owncloud/dav-sharesproperty | Thomas Müller | 2016-03-21 | 13 | -61/+818 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Remove duplicated copyright | Roeland Jago Douma | 2016-03-17 | 2 | -27/+0 |
| * | | | | | Add intergration tests | Roeland Jago Douma | 2016-03-17 | 2 | -1/+125 |
| * | | | | | Display share status info in favorite list | Vincent Petry | 2016-03-17 | 4 | -15/+112 |
| * | | | | | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-17 | 7 | -45/+608 |
* | | | | | | Merge pull request #23368 from owncloud/use-dav-sabre-plugin-for-browser | Thomas Müller | 2016-03-21 | 5 | -10/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | Necessary code changes to make browser plugin properly work | Thomas Müller | 2016-03-17 | 2 | -1/+5 |
| * | | | | | | In debugging mode we enable Sabre's browser plugin since it helps a lot when ... | Thomas Müller | 2016-03-17 | 3 | -9/+26 |
| |/ / / / / |
|
* | | | | | | Merge pull request #22792 from owncloud/no-recovery-key-if-the-master-key-is-... | Thomas Müller | 2016-03-21 | 2 | -49/+52 |
|\ \ \ \ \ \ |
|
| * | | | | | | disable the recovery key if the master key is enabled | Bjoern Schiessle | 2016-03-03 | 2 | -49/+52 |
* | | | | | | | Merge pull request #23329 from owncloud/fix-21555 | Thomas Müller | 2016-03-21 | 2 | -1/+17 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Avatar must be saved after login is done and external storages set up properl... | Arthur Schiwon | 2016-03-16 | 2 | -1/+17 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #23349 from owncloud/hardenings | Thomas Müller | 2016-03-21 | 2 | -29/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove unused code | Lukas Reschke | 2016-03-17 | 1 | -29/+0 |
| * | | | | | | | Escape App ID | Lukas Reschke | 2016-03-17 | 1 | -0/+4 |
* | | | | | | | | Merge pull request #23369 from owncloud/use-raw-path | Thomas Müller | 2016-03-21 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Use raw PATH_INFO | Lukas Reschke | 2016-03-17 | 2 | -3/+3 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #23374 from owncloud/fix-htaccess-issues | Thomas Müller | 2016-03-21 | 1 | -20/+20 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Write .htaccess update only if not already written | Lukas Reschke | 2016-03-17 | 1 | -20/+20 |
| |/ / / / / / / |
|
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-21 | 14 | -4/+88 |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-20 | 20 | -12/+62 |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-19 | 14 | -4/+64 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-18 | 12 | -8/+56 |
* | | | | | | | Merge pull request #23272 from owncloud/dropbox-downloadnotthefullfileinmemory | Thomas Müller | 2016-03-17 | 2 | -7/+29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix dropbox storage to not store the whole file in memory | Vincent Petry | 2016-03-15 | 2 | -7/+29 |
* | | | | | | | | Merge pull request #23282 from owncloud/fix-caching-unavailable-ldap | Thomas Müller | 2016-03-17 | 2 | -3/+89 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | fix writing to cache when fallback server should be used immediately | Arthur Schiwon | 2016-03-16 | 2 | -3/+89 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #23346 from owncloud/fix_23325 | Thomas Müller | 2016-03-17 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Set proper public webdav permissions when public upload disabled | Roeland Jago Douma | 2016-03-17 | 1 | -0/+5 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #23370 from owncloud/fix-username-change | Thomas Müller | 2016-03-17 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ |
|