aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* add title and color to birthday calendarGeorg Ehrke2016-03-101-0/+5
* Merge pull request #23017 from owncloud/first-stop-the-dockersThomas Müller2016-03-106-0/+6
|\
| * docker containers should be stopped before being removed - refs https://githu...Thomas Müller2016-03-096-0/+6
* | Merge pull request #23050 from owncloud/href-target-blankThomas Müller2016-03-101-1/+1
|\ \
| * | make sure links open in new tabsJan-Christoph Borchardt2016-03-091-1/+1
* | | Merge pull request #23064 from owncloud/typo-comments-app-descThomas Müller2016-03-101-1/+1
|\ \ \
| * | | fix typoArthur Schiwon2016-03-091-1/+1
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2016-03-108-12/+18
|/ /
* | Merge pull request #23035 from owncloud/fix-syncing-of-all-birthday-calendarsThomas Müller2016-03-091-1/+1
|\ \
| * | Fix syncing of all birthday calendars in one goJoas Schilling2016-03-091-1/+1
* | | Merge pull request #23026 from stweil/masterThomas Müller2016-03-095-6/+6
|\ \ \ | |/ / |/| |
| * | apps/files: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-095-6/+6
| |/
* | Merge pull request #22986 from owncloud/remove-disabled-autocorrect-new-fileThomas Müller2016-03-091-1/+1
|\ \ | |/ |/|
| * Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
* | Merge pull request #22930 from owncloud/bugfix-submit-disable-password-length...Thomas Müller2016-03-092-2/+12
|\ \
| * | Public link share disabled if password length is equal to 0prastut2016-03-082-2/+12
* | | Merge pull request #22961 from owncloud/fix-gdrive-on-php54Thomas Müller2016-03-091-1/+2
|\ \ \
| * | | Fix compatibility with PHP 5.4Lukas Reschke2016-03-081-1/+2
* | | | Merge pull request #22972 from owncloud/use-httpclient-instead-of-file-get-co...Thomas Müller2016-03-091-27/+23
|\ \ \ \
| * | | | Use HTTPClient instead of file_get_contentsLukas Reschke2016-03-081-27/+23
* | | | | Merge pull request #22974 from owncloud/php-automagics-type-conversion-is-funThomas Müller2016-03-091-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use "hasKey" instead of checking the valueLukas Reschke2016-03-081-2/+2
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2016-03-0920-6/+112
|/ / /
* / / Fix share mounting recursionVincent Petry2016-03-081-0/+2
|/ /
* | Fix group sharing and sharing permissions - fixes #22932Thomas Müller2016-03-085-18/+31
* | Merge pull request #22885 from owncloud/master-show-version-to-update-toThomas Müller2016-03-082-3/+6
|\ \
| * | Show version to update to properlyLukas Reschke2016-03-052-3/+6
* | | Merge pull request #22915 from owncloud/cleanup_ocs_share_apiThomas Müller2016-03-081-57/+37
|\ \ \
| * | | Can't convert node to stringRoeland Jago Douma2016-03-071-1/+6
| * | | Move common code to functionRoeland Jago Douma2016-03-071-56/+31
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0818-12/+64
| |_|/ |/| |
* | | 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