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 (Collapse)Author
2013-03-104.0.13v4.0.13Frank Karlitschek
2013-03-11Check if username is valid and remove slashes from filenameLukas Reschke
Backport of #2236 to stable4
2013-02-184.0.12v4.0.12Frank Karlitschek
2013-02-11Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher
2013-01-22increase the internal number toov4.0.11Frank Karlitschek
2013-01-214.0.11Frank Karlitschek
2013-01-19Also replace the backslash with a minusLukas Reschke
For Windows systems
2012-12-20ownCloud 4.0.10v4.0.10Frank Karlitschek
2012-11-144.0.9v4.0.9Frank Karlitschek
2012-11-09Migration: On import of user accounts only import folders in home dir, use ↵Tom Needham
OC_Helper::copyr Check files when copying recursivley Remove obsolete method Dont count '.' and '..' as directories when importing.
2012-11-09Migration: Allow for no app data cases; handle file copying betterTom Needham
2012-11-03check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman
2012-11-02fix OC_Filesystem::isValidPath when using \ instead of / in pathsRobin Appelman
2012-10-30Backport of ad720c4 for oC 4.xLukas Reschke
Fixes #145
2012-10-19Fix 'App already installed' for app with entry in DB and no filesVictor Dubiniuk
2012-10-16"deny from all" instead directoryLukas Reschke
2012-10-16Show a warning in the installer if .htaccess is not workingLukas Reschke
2012-10-16Set oc_token to httponlyLukas Reschke
2012-10-15Use /dev/urandom instead of /dev/randomLukas Reschke
The usage of /dev/urandom is enough secure
2012-10-14Show a warning in the installer if no secure RNG is availableLukas Reschke
2012-10-14Fallback to /dev/random if openssl_random_pseudo_bytes not availableLukas Reschke
2012-10-094.0.8v4.0.8Frank Karlitschek
2012-10-08destroy invalid sessionsArthur Schiwon
2012-10-06Use openssl_random_pseudo_bytes if availableLukas Reschke
This is a backport of ef57e92 /cc @DeepDiver1975
2012-09-26Trim trailing whitespace from version.Thomas Tanghus
2012-09-25Passwords containing a ":" don't work with this explodeLukas Reschke
Thanks to mETz
2012-09-22Sanitize user inputLukas Reschke
2012-09-19Don't store users password hash when exporting.Tom Needham
2012-09-18Only try to delete migration.db if it was created.Tom Needham
2012-09-18Allow exporting of users from any user backend, fixed oc-1645Tom Needham
2012-09-10fix message about 'apps' directoryNiko Ehrenfeuchter
2012-09-10mark unused variablesNiko Ehrenfeuchter
2012-09-10fix typosNiko Ehrenfeuchter
2012-09-10fix typos + copy-paste errors in commentsNiko Ehrenfeuchter
2012-08-144.0.7v4.0.7Frank Karlitschek
and remove some ^M while at it
2012-08-13Check blacklist when renaming filesMichael Gapczynski
2012-08-13Also check some other filesLukas Reschke
2012-08-12Fix OC_Connector_Sabre_Locks for SQLiteJakob Sack
2012-08-08fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle
For example this can happen if the sync client is used before the user created the root directory (e.g. through web login).
2012-07-314.0.6v4.0.6Frank Karlitschek
2012-07-30Add additional error handling for emailing private linksMichael Gapczynski
2012-07-30Fix incorrect copy/paste for file_put_contents()Michael Gapczynski
2012-07-30Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski
2012-07-30Run pre and post proxies for file_put_contents() streamsMichael Gapczynski
Conflicts: lib/filesystemview.php
2012-07-30Fix filesystem hash, no longer using basicOperation()Michael Gapczynski
Conflicts: lib/filesystemview.php
2012-07-30Delete old session files, suggested by Torben Nehmer, see bug oc-736Michael Gapczynski
2012-07-30Check if user is already logged in for DAV auth, instead of logging in and ↵Michael Gapczynski
creating new sessions for every request
2012-07-26mark OCP\App::register as deprecatedGeorg Ehrke
2012-07-23- remove namespace from file property name (webdav)Bjoern Schiessle
- update script to fix broken properties in the database
2012-07-19Revert "use readfile() instead iof fopen() for file download over webdav."Robin Appelman
This reverts commit 9af74a9c80c074589f2d5efc365b3a9dee3031ed.