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
2013-11-03unify license headers for public API filesMorris Jobke
2013-11-03fix "No page-level DocBlock"Morris Jobke
2013-11-03Always select item_source.Andreas Fischer
2013-11-03Deduplicate expiration date check into a method.Andreas Fischer
2013-11-03Use unshareItem() when unsharing expired shares.Andreas Fischer
2013-11-03Use unshareItem() in unshareAll().Andreas Fischer
2013-11-03Extract unshare() code into unshareItem().Andreas Fischer
2013-11-03OCP\Share::unshareAll(): Deduplicate hook parameters.Andreas Fischer
2013-10-31fix documentation stuffMorris Jobke
2013-10-23pass the name of the item source from the browser to the server - no need to ...Thomas Müller
2013-10-23Merge branch 'master' into fix-sharing-codeThomas Müller
2013-10-23Merge pull request #5478 from owncloud/core-logexceptionstacktraceThomas Müller
2013-10-23Added $app parameter to logExceptionVincent Petry
2013-10-23Moved logException to OCP\Util classVincent Petry
2013-10-23Fix namespace for OCP\Appframework\HttpThomas Tanghus
2013-10-22Merge pull request #5249 from owncloud/activities-apiThomas Müller
2013-10-18Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke
2013-10-18Don't return links for shared files if disabledMichael Gapczynski
2013-10-17Fix sharing error message - id -> file nameMorris Jobke
2013-10-17Public API documentation fixesMorris Jobke
2013-10-16Merge branch 'master' into activities-apiThomas Müller
2013-10-16Merge branch 'master' into fixing-appframework-masterThomas Müller
2013-10-16Merge pull request #5067 from owncloud/urlParams_fixThomas Müller
2013-10-16remove test codeThomas Müller
2013-10-16Merge branch 'master' into activities-apiThomas Müller
2013-10-11Merge pull request #5207 from owncloud/fixing-4011-part2-masterThomas Müller
2013-10-11OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus
2013-10-09adding OC6 public API for activitiesThomas Müller
2013-10-09Merge branch 'master' into activities-apiThomas Müller
2013-10-09make sure that we only find file/folder sharesBjoern Schiessle
2013-10-08Merge branch 'master' into fixing-appframework-masterThomas Müller
2013-10-07Merge pull request #5072 from owncloud/apache-auth-masterThomas Müller
2013-10-07adding additional exceptions for special cases where creating a file might no...Thomas Müller
2013-10-07removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileIn...Thomas Müller
2013-10-07removing all link/url related calls from API classThomas Müller
2013-10-07remove getTrans() from API classThomas Müller
2013-10-07remove unused classesThomas Müller
2013-10-07fixing SecurityMiddleware to use OC6 APIThomas Müller
2013-10-07move controller to OCPThomas Müller
2013-10-07Merge pull request #5144 from owncloud/public_middlewareBernhard Posselt
2013-10-05Remove misleading IMiddleware interfaceThomas Tanghus
2013-10-05Make abstract Middleware class publicThomas Tanghus
2013-10-04passesCSRFCheck added to OCP\IRequestBart Visscher
2013-10-04Add Helper and URLGenerator interfaces to server containerBart Visscher
2013-10-04Add L10N interface to server containerBart Visscher
2013-10-04Merge pull request #5068 from owncloud/improved_requestBart Visscher
2013-10-04Merge pull request #5087 from owncloud/templatefunction-relativedateVincent Petry
2013-10-04Removed $fromTime argument from public template APIVincent Petry
2013-10-03Fixed missing default valuesVincent Petry
2013-10-03Added unit tests for relative_modified_date, changed method signatureVincent Petry