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
path: root/lib
AgeCommit message (Expand)Author
2015-06-01Ensure that passed argument is always a stringLukas Reschke
2015-06-01Clean application identifier before processingLukas Reschke
2015-05-20Merge pull request #15402 from owncloud/response-setContentLengthHeader-stable7Morris Jobke
2015-05-06Fix singe user mode on public.php - take twoThomas Müller
2015-05-06Fix single user check in case no user is logged inThomas Müller
2015-05-06block webdav in single user modeRobin Appelman
2015-04-22throw exception when backends don't provide a user instead of creating legacy...Jörn Friedrich Dreyer
2015-04-22throw exception if setup is incompleteMorris Jobke
2015-04-22do not disclose information, show generic error on login pageJörn Friedrich Dreyer
2015-04-13Add "Reply-To" support for sharing notificationsLukas Reschke
2015-04-07don't return null for not existing group id'sJörn Friedrich Dreyer
2015-04-04Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer
2015-03-27Merge pull request #14498 from owncloud/kill-substr-mssql-stable7Lukas Reschke
2015-03-27Merge pull request #15072 from owncloud/fix_group_shareMorris Jobke
2015-03-26Merge pull request #14861 from owncloud/stable7-fix-sizepropagationwithshareMorris Jobke
2015-03-20also call generateTarget for group share to add the correct prefix if share_f...Bjoern Schiessle
2015-03-15Check directory handle before we use itRobin McCorkell
2015-03-13also clear statcache in mapped localRobin Appelman
2015-03-13Clear statcache before getting the mtime from local storage backendsRobin Appelman
2015-03-11Merge pull request #14182 from RealRancor/update_office_previewMorris Jobke
2015-03-02Fix "Only variables should be passed by reference" in stable7 templateJoas Schilling
2015-02-25Remove hacky Substring support for MSSQLLukas Reschke
2015-02-23The class name is Movie NOT MoviesOlivier Paroz
2015-02-17Merge pull request #14040 from owncloud/stable7-app-upgrade-orderLukas Reschke
2015-02-17Merge pull request #12327 from owncloud/stable7l10nbportThomas Müller
2015-02-16Merge pull request #13988 from owncloud/group-share-collition-wrong-type-in-p...Lukas Reschke
2015-02-13Fix libre/openoffice preview on multi-user instancesRealRancor
2015-02-12catch any whitespaces which might get written to the output buffer while load...Thomas Müller
2015-02-10Fix "other" app update stackVincent Petry
2015-02-10on ownCloud upgrade: upgrade all apps in order, load important onesArthur Schiwon
2015-02-09Do not overwrite the shareType so the post hook is still correctJoas Schilling
2015-02-06Normalize before processingLukas Reschke
2015-02-06Merge pull request #13927 from owncloud/fix_ghost_directoriesMorris Jobke
2015-02-05for password protected link shares the password is stored in shareWith, so we...Bjoern Schiessle
2015-02-04detect root of mountpoint also if the trailing slash is missedBjoern Schiessle
2015-01-30Revert "Close cursor early in calculateFolderSize"Joas Schilling
2015-01-29Close cursor early in calculateFolderSizeVincent Petry
2015-01-23Merge pull request #13470 from owncloud/stable7-share-fixfindshareforuserwith...Morris Jobke
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
2015-01-22Remove duplicated slashes from the requested urlRobin Appelman
2015-01-21Set the debugoutput channel to error_log instead of echoing itJoas Schilling
2015-01-21Fix getItemSharedWithUser for groupsVincent Petry
2015-01-15php <5.4 style arrayRobin Appelman
2015-01-15Proper constant for stable7Robin Appelman
2015-01-15Add View::getMount() for stable7Robin Appelman
2015-01-15Return valid fileinfo objects for part filesRobin Appelman
2015-01-13drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke
2015-01-09Merge pull request #13186 from owncloud/no-session-for-formfactor-stable7Morris Jobke