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
2012-09-27RC 1v4.5.0RC1Frank Karlitschek
2012-09-26The mtime in the file cache has to be updated after version rollback (copy fr...Björn Schießle
2012-09-26prepare server for move of property name "lastmodified" to "getlastmodified" ...Björn Schießle
2012-09-26Merge branch 'master' of github.com:owncloud/coreBjörn Schießle
2012-09-26- take webdav namespace for properties into accountBjörn Schießle
2012-09-26Fix unsetting share expiration dateMichael Gapczynski
2012-09-26Properly format the share expiration time for the database, fixes bug oc-1779Michael Gapczynski
2012-09-25Add OC_Files::searchByMime functionBart Visscher
2012-09-25Passwords containing a ":" don't work with this explodeLukas Reschke
2012-09-25backwards compat to older xcache versions, don't fail when trying to clear ca...Arthur Schiwon
2012-09-25[tx-robot] updated from transifexJenkins for ownCloud
2012-09-24Fix getting individual shared file informationBart Visscher
2012-09-24use file instead of dir in search provider file fix result urlsJörn Friedrich Dreyer
2012-09-24[tx-robot] updated from transifexJenkins for ownCloud
2012-09-23fix some more phpdocRobin Appelman
2012-09-23fix phpdoc and handle some edges cases better in oc_dbRobin Appelman
2012-09-22Sanitize user inputLukas Reschke
2012-09-22[tx-robot] updated from transifexJenkins for ownCloud
2012-09-22Merge pull request #17 from scambra/4.5-l10n-fixesThomas Müller
2012-09-22Catch exceptions when updating an appBart Visscher
2012-09-21Fix undefined user var, use getUserBart Visscher
2012-09-21Forgot to return the fileinfoBart Visscher
2012-09-21Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher
2012-09-21fix translation for core/lostpasswordscambra
2012-09-20use AL32UTF8 charset to connect to oracle, fixes file name encoding problemsJörn Friedrich Dreyer
2012-09-20escape user column in OC_FileCache::clearJörn Friedrich Dreyer
2012-09-20[tx-robot] updated from transifexJenkins for ownCloud
2012-09-20db indexes for appconfig and preferencesRobin Appelman
2012-09-19Catch unreadable app folder errorBrice Maron
2012-09-19beta 4v4.5.0beta4Frank Karlitschek
2012-09-19set configuvalue in table appconfig back to clob. Likely to break LDAP settin...Arthur Schiwon
2012-09-19[tx-robot] updated from transifexJenkins for ownCloud
2012-09-18Run proxies and emit signals when finising chunked uploadBart Visscher
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-18Added failsafes for retrieving remote apps on settings->apps page, in case ca...Sam Tuke
2012-09-18don't interpret strpos '0' as 'false' in while loopBjörn Schießle
2012-09-18Merge branch 'master' of https://github.com/owncloud/coreSam Tuke
2012-09-18Fixed bug with duplicate entries for installed 3rd party apps in settings->appsSam Tuke
2012-09-18[tx-robot] updated from transifexJenkins for ownCloud
2012-09-18fix problem with quota proxy when using copyRobin Appelman
2012-09-18dont trigger filesystem hooks when not using the default viewRobin Appelman
2012-09-17Check format of chunked filenameBart Visscher
2012-09-17Fix return statementBart Visscher
2012-09-17Normalize path before calling removeETagPropertyForPathBart Visscher
2012-09-17Merge branch 'master' of github.com:owncloud/coreBjörn Schießle
2012-09-17add leading '?' to parameter list (fixes bug #1732)Björn Schießle
2012-09-17use user name as db name for oracle connection made with service nameJörn Friedrich Dreyer
2012-09-17i just learned that we also have to check if directories are readable. it sea...Frank Karlitschek
2012-09-15[tx-robot] updated from transifexJenkins for ownCloud