aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | getOwner is not available on FileHome - fixes #23116Thomas Müller2016-03-103-12/+65
| |/ / /
* | | | Merge pull request #23094 from owncloud/fake-lock-for-windows-7-8-10Thomas Müller2016-03-101-0/+1
|\ \ \ \
| * | | | Fake LOCK statement for Windows 7, 8 and 10 network mountsMorris Jobke2016-03-101-0/+1
| |/ / /
* | | | Merge pull request #23121 from owncloud/scrutinizer_share_fixesThomas Müller2016-03-102-2/+2
|\ \ \ \
| * | | | Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-102-2/+2
* | | | | Merge pull request #23056 from owncloud/fix_23044Thomas Müller2016-03-102-4/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add mimetype to OCS Share API outputRoeland Jago Douma2016-03-102-4/+19
| |/ / /
* | | | Merge pull request #23048 from owncloud/no-fatal-error-if-DSTART-is-not-setThomas Müller2016-03-102-4/+19
|\ \ \ \
| * | | | fixes #23004Thomas Müller2016-03-102-3/+18
| * | | | fixes #23020Thomas Müller2016-03-091-1/+1
* | | | | Merge pull request #23087 from owncloud/allow-migrating-all-calendarsThomas Müller2016-03-102-4/+4
|\ \ \ \ \
| * | | | | Allow to migrate calendars of all usersJoas Schilling2016-03-102-4/+4
* | | | | | The birthday_calendar is read-onlyThomas Müller2016-03-102-7/+13
| |_|/ / / |/| | | |
* | | | | 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