summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22880 from owncloud/fix-21656Thomas Müller2016-03-072-1/+4
|\
| * improve log output when no LDAP user was found on login attemptArthur Schiwon2016-03-052-1/+4
* | Calendar and addressbook migration commands are always availableThomas Müller2016-03-071-10/+2
* | Handle addressbook migration issue by writing the faulty event to the log and...Thomas Müller2016-03-073-7/+32
* | Handle calendar migration issue by writing the faulty event to the log and co...Thomas Müller2016-03-073-11/+34
* | Merge pull request #22902 from owncloud/share-archivenamedownloadallThomas Müller2016-03-072-3/+5
|\ \
| * | Remove "files" arg from download URL in public link pageVincent Petry2016-03-071-2/+4
| * | Fix archive file name when downloading public shareVincent Petry2016-03-071-1/+1
* | | Merge pull request #22898 from owncloud/quota-allowuploadwhenfreespaceisunlim...Thomas Müller2016-03-071-1/+1
|\ \ \
| * | | Fix uploading when free space is unlimitedVincent Petry2016-03-071-1/+1
| |/ /
* | | Merge pull request #22787 from owncloud/versions-fixmtimetooltipThomas Müller2016-03-071-1/+3
|\ \ \
| * | | Fix tooltip for versions mtimeVincent Petry2016-03-021-1/+3
* | | | Merge pull request #22785 from owncloud/trash-returnfalseon401Thomas Müller2016-03-072-0/+8
|\ \ \ \
| * | | | Return false on 401 in file list + trash file listVincent Petry2016-03-032-0/+8
| |/ / /
* | | | Merge pull request #22896 from owncloud/fix-v1-carddav-endpointThomas Müller2016-03-071-1/+1
|\ \ \ \
| * | | | Correctly default to null and add type hintJoas Schilling2016-03-071-1/+1
| | |/ / | |/| |
* | | | Merge pull request #22244 from owncloud/dont-update-shared-resource-propertiesThomas Müller2016-03-075-3/+84
|\ \ \ \ | |/ / / |/| | |
| * | | Allow to change properties of readonly calendarsJoas Schilling2016-02-291-0/+8
| * | | Allow to hide a shared calendarJoas Schilling2016-02-292-4/+29
| * | | For 9.0 we don't have the possibility to store calendar and addressbook prope...Thomas Müller2016-02-294-3/+51
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0746-8/+346
* | | | Merge pull request #22859 from owncloud/cache-results-in-memcache-for-is-ownc...Thomas Müller2016-03-061-2/+19
|\ \ \ \
| * | | | Cache results of testRemoteUrlLukas Reschke2016-03-041-2/+19
* | | | | Merge pull request #22807 from owncloud/remove-empty-translationsThomas Müller2016-03-0616-112/+0
|\ \ \ \ \
| * | | | | ne, or_IN, uz and yo have been removed from transifex and will be removed fro...Thomas Müller2016-03-0316-112/+0
* | | | | | Merge pull request #22888 from owncloud/use-custom-headerThomas Müller2016-03-061-1/+1
|\ \ \ \ \ \
| * | | | | | Use custom headerLukas Reschke2016-03-051-1/+1
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0616-0/+56
|/ / / / / /
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-05124-154/+422
* | | | | | Merge pull request #22878 from owncloud/use-clob-for-timezoneC. Montero Luque2016-03-042-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use CLOB for timezoneLukas Reschke2016-03-042-3/+3
* | | | | | Merge pull request #22870 from owncloud/autoenable-federation-appC. Montero Luque2016-03-041-11/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into autoenable-federation-appC. Montero Luque2016-03-041-1/+1
| |\ \ \ \ \ \
| * | | | | | | Automatically enable "federation" appLukas Reschke2016-03-041-11/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'master' into fix-db-locking-cleanupC. Montero Luque2016-03-0410-17/+229
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #22860 from owncloud/trashbin-checkpathC. Montero Luque2016-03-041-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Properly check path validity before deleting to trashVincent Petry2016-03-041-1/+1
| * | | | | | Merge pull request #22857 from owncloud/add-release-channel-selectionThomas Müller2016-03-047-14/+219
| |\ \ \ \ \ \
| | * | | | | | Add release channel selection backLukas Reschke2016-03-047-14/+219
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #22816 from owncloud/external-unavailable-recheckThomas Müller2016-03-042-2/+9
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Properly set exception in FailedStorageVincent Petry2016-03-032-1/+7
| | * | | | | allow availability recheck for external storagesRobin Appelman2016-03-031-1/+2
* | | | | | | Run cleanup of expired DB file locks to background jobMorris Jobke2016-03-044-1/+60
|/ / / / / /
* | | | | | Merge pull request #22830 from owncloud/fix_dav_permissionsThomas Müller2016-03-042-3/+3
|\ \ \ \ \ \
| * | | | | | Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-032-3/+3
* | | | | | | Fix download spinner to work with CSS stylesVincent Petry2016-03-043-10/+42
| |_|/ / / / |/| | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0440-28/+212
|/ / / / /
* / / / / Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke2016-03-031-10/+12
|/ / / /
* | | | Merge pull request #22778 from owncloud/fix-22770Thomas Müller2016-03-031-3/+3
|\ \ \ \
| * | | | untangle different user manager instances, fixes #22770Arthur Schiwon2016-03-021-3/+3
| | |_|/ | |/| |