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
2017-07-25Install from migrationsJoas Schilling
2017-07-21PrivateData to appRoeland Jago Douma
2017-06-23Adopt DB and Manager to personal settings structureArthur Schiwon
2017-05-18Add the column so we keep the value from before the updateJoas Schilling
2017-05-09we can't predict the size of propertyvalue. text -> clobGeorg Ehrke
2017-04-25Add duration of last job execution to the tableNoveen Sachdeva
2017-04-03add new password column to the share table in order to set passwords for shar...Bjoern Schiessle
2016-11-21introduce accounts table and keep it up-to-date with the data added to the pe...Björn Schießle
2016-11-16read lockdown scope from tokenRobin Appelman
2016-11-02bring back remember-meChristoph Wurst
2016-08-16final db indexesArthur Schiwon
2016-08-09fix duplicated db index nameArthur Schiwon
2016-08-09Initial work on Apps page split:Arthur Schiwon
2016-07-20Implement brute force protectionLukas Reschke
2016-07-13Save the files external mount id in the mount cache tableRobin Appelman
2016-06-17store last check timestamp in token instead of sessionChristoph Wurst
2016-05-31Create session tokens for apache auth usersChristoph Wurst
2016-05-24when generating browser/device token, save the login name for later password ...Christoph Wurst
2016-05-21Merge pull request #24696 from owncloud/lock-jobs-while-executingVincent Petry
2016-05-21Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling
2016-05-20Add systemtag_group table and get/set methodsVincent Petry
2016-05-12Use CLOB for auth token names to allow long user agent stringsChristoph Wurst
2016-05-11increase token column widthChristoph Wurst
2016-05-11Add index on 'last_activity'Christoph Wurst
2016-05-11Check if session token is valid and log user out if the check failsChristoph Wurst
2016-05-11invalidate (delete) session token on logoutChristoph Wurst
2016-05-11token based authChristoph Wurst
2016-02-26exchange user_id_key for a unique one.Arthur Schiwon
2016-02-24add index definitions for comments tablesArthur Schiwon
2016-02-22Make sure we can store strings as per the interfaceJoas Schilling
2016-02-03Add store/retrieve checksumsRoeland Jago Douma
2016-01-29introduce comments read marke tables, comes with user cleanup after deletionArthur Schiwon
2016-01-22Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller
2016-01-20cache mountpoints in the dbRobin Appelman
2016-01-18Introduce CredentialsManager for storage of credentials in DBRobin McCorkell
2016-01-06[Share 2.0] Update db structure to stay backwards compatibleRoeland Jago Douma
2015-11-30Merge pull request #20650 from owncloud/systemtags-coreThomas Müller
2015-11-27Added system tags data structure and PHP side managersVincent Petry
2015-11-25[Sharing 2.0] Add a new db column for the file ownerRoeland Jago Douma
2015-11-20DB scheme for Comments table, resolves #20265Arthur Schiwon
2015-11-05Drop unused table file_mapMorris Jobke
2015-09-15Use integer for availability instead of boolRobin McCorkell
2015-08-26Merge pull request #17662 from owncloud/locking-dbThomas Müller
2015-08-03rename path field to keyRobin Appelman
2015-08-03Fix db schemaRobin Appelman
2015-08-03Add database backend for high level lockingRobin Appelman
2015-07-20Store storage availability in databaseRobin McCorkell
2015-07-14Remove index on file_target of share tableMorris Jobke
2015-07-08Add indexes to speedup DB queriesMorris Jobke
2015-03-12we no longer support webdav locks - no need to keep the columnThomas Müller