Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-167.0.5v7.0.5Frank Karlitschek
2015-02-17Merge pull request #14040 from owncloud/stable7-app-upgrade-orderLukas Reschke
[Stable7] app upgrade order fix
2015-02-17Merge pull request #12327 from owncloud/stable7l10nbportThomas Müller
backport some strings to stable7
2015-02-16Merge pull request #14254 from owncloud/console-execution-time-stable7Thomas Müller
[backport-14243-stable7] console commands shall not be limited with respect to execution time
2015-02-16console commands shall not be limited with respect to execution time - fixes ↵Thomas Müller
#14156
2015-02-16Merge pull request #13988 from ↵Lukas Reschke
owncloud/group-share-collition-wrong-type-in-post-hook-stable7 [stable7] Do not overwrite the shareType so the post hook is still correct
2015-02-13Removed anchor in config.sample.phpRealRancor
2015-02-12Merge pull request #14147 from owncloud/no-whitespace-from-themes-stable7Jörn Friedrich Dreyer
catch any whitespaces which might get written to the output buffer while...
2015-02-12catch any whitespaces which might get written to the output buffer while ↵Thomas Müller
loading a theme
2015-02-11Merge pull request #14078 from owncloud/stable7-preview-hintThomas Müller
Add hint for troubleshooting MS Word previews
2015-02-11Add hint for troubleshooting MS Word previewsRealRancor
2015-02-10Fix "other" app update stackVincent Petry
2015-02-10on ownCloud upgrade: upgrade all apps in order, load important onesArthur Schiwon
2015-02-09Add a test for the post_shared hook shareTypeJoas Schilling
Conflicts: tests/lib/share/share.php
2015-02-09Do not overwrite the shareType so the post hook is still correctJoas Schilling
Conflicts: lib/private/share/share.php
2015-02-07external user app: Add note to enable it firstRealRancor
2015-02-06Normalize before processingLukas Reschke
2015-02-067.0.5 RC1Frank Karlitschek
2015-02-06Merge pull request #13927 from owncloud/fix_ghost_directoriesMorris Jobke
fix creation of ghost directories
2015-02-05for password protected link shares the password is stored in shareWith, so ↵Bjoern Schiessle
we need to set this manually to null for the hooks
2015-02-05Merge pull request #13759 from owncloud/fix-12035Thomas Müller
fix LDAP update routine to OC 7
2015-02-04Merge pull request #13888 from owncloud/upload_to_root_of_mountpoint_stable7Morris Jobke
detect root of mountpoint also if the trailing slash is missed
2015-02-04Merge pull request #13796 from owncloud/issue/13490-stable7-backportBjörn Schießle
[stable7] use uid provided by setupfs hook to mount server2server shares
2015-02-04detect root of mountpoint also if the trailing slash is missedBjoern Schiessle
2015-02-04Merge pull request #13880 from owncloud/backport-10398-stable7Morris Jobke
[backport #10398] Give a better error message for external shares with self-signed ssl cer...
2015-02-04Give a better error message for external shares with self-signed ssl ↵Robin Appelman
certificates
2015-01-31Merge pull request #13803 from owncloud/revert-close-cursor-stable7Thomas Müller
Revert "Close cursor early in calculateFolderSize" for now
2015-01-30Merge pull request #13798 from owncloud/update-sabre-dav-stable7Morris Jobke
Update sabre dav to 1.8.12 on stable7
2015-01-30Revert "Close cursor early in calculateFolderSize"Joas Schilling
This reverts commit 234f33e01e630f763f34c51114d25986bae02b42.
2015-01-30Update sabre dav to 1.8.12 on stable7Joas Schilling
2015-01-30use uid provided by setupfs hook to mount server2server sharesJoas Schilling
otherwise mount will fail for public link shares backport of 66f0db30b2ba97cbe91031b42740dabddc659f0d
2015-01-29Close cursor early in calculateFolderSizeVincent Petry
This method triggers additional queries in $this->update() so to avoid potential database locks or delays, we close the cursor as soon as it is not needed any more
2015-01-29fix update routineArthur Schiwon
2015-01-23Merge pull request #13470 from ↵Morris Jobke
owncloud/stable7-share-fixfindshareforuserwithmultiplegroups [stable7] Fix getItemSharedWithUser for groups
2015-01-23add config-option for an image's maximum filesize when generating previewsGeorg Ehrke
2015-01-23remove insane debug-log from OC_ImageGeorg Ehrke
2015-01-22Fix undefined offset 1 for wrong user mail addressMorris Jobke
* fixes Undefined offset: 1 at lib/private/mail.php#143
2015-01-22Add unit testRobin Appelman
2015-01-22Remove duplicated slashes from the requested urlRobin Appelman
2015-01-21Merge pull request #13555 from owncloud/issue/13482-stable7Morris Jobke
Stable7 Backport Set the debugoutput channel to error_log instead of echoing it
2015-01-21Set the debugoutput channel to error_log instead of echoing itJoas Schilling
2015-01-21this must be larger then (>), since buggy behaviour occurs when the ↵Arthur Schiwon
parameter is a small number
2015-01-21Fix getItemSharedWithUser for groupsVincent Petry
Fixed SQL query for whenever a user has more than one group. Added missing $owner where clause for group lookup. Added unit tests for the group cases. Backport of 40931a8b0d5d10c0f711756a4e8a423ff055621e from master
2015-01-19Merge pull request #13422 from owncloud/user-mgnt-init-fixThomas Müller
Increase initial user count to 50
2015-01-17Note in config.sample.php that certain previews are not available in ms windowsCarla Schroder
2015-01-16Increase initial user count to 50Morris Jobke
* fix initial user count if you have a big screen (or a portrait screen)
2015-01-15Merge pull request #13384 from owncloud/stable7-fix-13317-backportThomas Müller
Fix backport of #13317
2015-01-15Fix testRobin Appelman
2015-01-15php <5.4 style arrayRobin Appelman
2015-01-15Proper constant for stable7Robin Appelman