Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/db
AgeCommit message (Expand)Author
2016-12-13v1.1.241.1.24Lukas Reschke
2016-12-07Public editingLukas Reschke
2016-12-06Cleanup source codeLukas Reschke
2016-10-27security: Support WOPI's PostMessageOriginPranav Kant
2016-10-19Store canwrite property in DBPranav Kant
2016-10-19Don't ignore non-updatable filesPranav Kant
2016-07-19Use non strict comparison to validate tokenRobin Appelman
2016-07-18Add support for opening and editing files from external storagePranav Kant
2016-06-28Add a revision history sidebarPranav Kant
2016-06-19Shared documents now show correct editor's name in the change hisotryAshod Nakashian
2016-06-17Support for file versioning in WOPIAshod Nakashian
2016-04-05PHP syntax error on Ubuntu 14.04 LTSAndras Timar
2016-03-24wopi: support for file sharing and authenticationAshod Nakashian
2016-03-09WOPI Token table and database plumbing addedAshod Nakashian
2015-12-16Fix appidVictor Dubiniuk
2015-09-19A few fixes by scrutinizerVictor Dubiniuk
2015-09-18Remove getL10NVictor Dubiniuk
2015-09-18Use different entry points for users and guestsVictor Dubiniuk
2015-08-28Remove private and deprecated API callsVictor Dubiniuk
2015-08-27Merge pull request #536 from owncloud/code-checkerVicDeo
2015-08-27Remove deprecated API usage. Step 3Victor Dubiniuk
2015-08-27Remove deprecated API usage. Step 2Victor Dubiniuk
2015-08-25WebODF uses timestamps with millisecondsVictor Dubiniuk
2015-01-23Skip non-supported mimesVictor Dubiniuk
2014-11-19Group members by userId. Ref #125Victor Dubiniuk
2014-11-13Merge pull request #402 from owncloud/optype-as-a-separate-fieldVicDeo
2014-11-13Improve filtering for member/cursor operationsVictor Dubiniuk
2014-11-13updateMember is not used currentlyVictor Dubiniuk
2014-11-13Use a separate field for optype. No more LIKE in queriesVictor Dubiniuk
2014-11-12Move ops sync to a separate methodVictor Dubiniuk
2014-11-11Insert has no argumentsVictor Dubiniuk
2014-11-11Remove View model. Get permissions from FileInfoVictor Dubiniuk
2014-09-08Remove info routes and actionVictor Dubiniuk
2014-08-23Fix guest accessVictor Dubiniuk
2014-08-04Db_Member -> Db\MemberVictor Dubiniuk
2014-08-04Db_Op -> Db\OpVictor Dubiniuk
2014-08-04Db_Session -> Db\SessionVictor Dubiniuk
2014-05-14One more method annotationVictor Dubiniuk
2014-05-14Add missing asteriskVictor Dubiniuk
2014-05-14Add annotationsVictor Dubiniuk
2014-04-12Reduce complexicityVictor Dubiniuk
2014-04-11Store share token to guest usersVictor Dubiniuk
2014-04-11Further switch to member is_guest propertyVictor Dubiniuk
2014-04-11Pass file instance to genesysVictor Dubiniuk
2014-04-11Cleanup Session classVictor Dubiniuk
2014-04-11Add translatable guest postfix for guestsVictor Dubiniuk
2014-04-11Move File out of controllerVictor Dubiniuk
2014-03-14No more barrier to enter for guests. Closes #200Victor Dubiniuk
2014-03-05Fixing disconnection injected twiceVictor Dubiniuk
2014-02-12Op cleanupVictor Dubiniuk