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 (Expand)Author
2015-02-07Merge pull request #13502 from owncloud/streamline-authentication-in-newfileMorris Jobke
2015-02-04Catch exception properlyLukas Reschke
2015-01-20Streamline auth and CSRF check in scan.phpLukas Reschke
2015-01-20Streamline CSRF and login checkLukas Reschke
2015-01-19Remove stripslashes() from newfolder.phpLukas Reschke
2015-01-14Check for existence of $_GET keysLukas Reschke
2015-01-13Get rid of `stripslashes()`Lukas Reschke
2015-01-12Merge pull request #13279 from owncloud/upload-original-nameMorris Jobke
2015-01-12Send the proper original name for uploaded filesRobin Appelman
2015-01-09Check for existence of $_GET keysLukas Reschke
2015-01-09Verify existence of $_GET keyLukas Reschke
2015-01-06Add error handling to getstoragestats.phpRobin Appelman
2014-12-18Only populate tags in main file listVincent Petry
2014-12-12Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke
2014-12-11show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer
2014-12-08Skip headers that can not be splitVictor Dubiniuk
2014-11-26Check if files are deletable before trying to delete themRobin Appelman
2014-11-26Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke
2014-11-25Replace deprecated constant with new class constantJoas Schilling
2014-11-25we no longer need to keep the session open for encryptionBjoern Schiessle
2014-10-24Prevent division by zeroLukas Reschke
2014-10-08log exceptions when listing filesJörn Friedrich Dreyer
2014-09-22Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-09-10Merge pull request #10922 from owncloud/explicit-scan-transactionsLukas Reschke
2014-09-08Merge pull request #10739 from owncloud/eventsource-publicLukas Reschke
2014-09-08Use bigger transactions when doing explicit file system scansRobin Appelman
2014-09-05Catch exceptions when moving filesVincent Petry
2014-09-04Better phpdoc and method namingRobin Appelman
2014-09-03Use the public api to get event sourcesRobin Appelman
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-29kill OC::$sessionJörn Friedrich Dreyer
2014-08-18set incognitoMode to true, getUser should always return false during public u...Bjoern Schiessle
2014-08-14Merge pull request #10295 from owncloud/file_actions_error_handlingBjörn Schießle
2014-08-11no error if we try to delete a file which no longer existsBjoern Schiessle
2014-08-11no special action for folder named 'Shared' neededBjoern Schiessle
2014-08-08check quota when trying to download a file via new -> webJörn Friedrich Dreyer
2014-07-01More error catching in list.phpRobin Appelman
2014-06-30Handle StorageNotAvailableException in ajax/list.phpRobin Appelman
2014-06-23Merge if statementsJoas Schilling
2014-06-23Remove warning when deleting all entriesVincent Petry
2014-06-19Fixed uploading by drag and drop into folderVincent Petry
2014-05-22php upload errors are written to logThomas Müller
2014-04-28Add sorting to files list, trashbin and public filesVincent Petry
2014-04-08remove unused exit()Thomas Müller
2014-04-08Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller
2014-04-03Fixed dirInfo check for non existing dir in files ajax callVincent Petry
2014-04-02Files, trashbin, public apps use ajax/JSON for the file listVincent Petry
2014-03-28Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller
2014-03-24Fix public upload to not close session when encryption is onVincent Petry
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller