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
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
2015-02-25set max argument length to 4000Robin Appelman
2015-02-25expand cron argument column to 2048Robin Appelman
2015-02-13Revert "Improve: Index for file_map"Joas Schilling
2015-02-13Revert "Incorporate review changes"Joas Schilling
2015-02-12Incorporate review changesLukas Reschke
2015-02-12Improve: Index for file_mapwindaishi
2014-07-17Revert "add share index"Thomas Müller
2014-06-27shorten userid columns to 64 chars, ref #9186Jörn Friedrich Dreyer
2014-06-05- drop permissions table and related codeThomas Müller
2014-06-02Merge pull request #8806 from owncloud/add_share_indexMorris Jobke
2014-05-31add another index to the filecache to reduce the number of queries without a ...Frank Karlitschek
2014-05-31add share indexFrank Karlitschek
2014-05-28# This is a combination of 2 commits.Thomas Müller
2013-12-18Add index on oc_appconfig for appidRobin Appelman
2013-11-27Fix spacing.Andreas Fischer