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/core/ajax
AgeCommit message (Expand)Author
2015-04-12Add "Reply-To" support for sharing notificationsLukas Reschke
2015-03-16Properly forward repair errors and warningsVincent Petry
2015-03-09Verify CSRF token already in update.php and not the EventSource codeLukas Reschke
2015-02-263rd-party apps are disabled on upgrade - refs #14026Thomas Müller
2015-01-20kill ancient codeMorris Jobke
2015-01-08Verify whether type is correctLukas Reschke
2015-01-07Merge pull request #13016 from owncloud/sharing_fixesMorris Jobke
2015-01-07shareType and permissions are integersBjoern Schiessle
2015-01-02new OC.Search, add search result formatters and handlers, use full content wi...Jörn Friedrich Dreyer
2014-12-19Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle
2014-12-10Inject configVictor Dubiniuk
2014-12-06Use httphelper and cache response even when it emptyVictor Dubiniuk
2014-10-29in case a translation javascript is not found we no longer bail outThomas Müller
2014-10-20move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller
2014-09-29Close the session for preview generationLukas Reschke
2014-09-10Merge pull request #9512 from libasys/patch-2Lukas Reschke
2014-09-08Merge pull request #10739 from owncloud/eventsource-publicLukas Reschke
2014-09-04Better phpdoc and method namingRobin Appelman
2014-09-03Use the public api to get event sourcesRobin Appelman
2014-09-02Fix upgrade process when apps enabled for specific groupsVincent Petry
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-22Add require_once to update.php due to routingLukas Reschke
2014-08-21Merge pull request #10522 from owncloud/removeLoadAppScriptblizzz
2014-08-19Add update route to coreLukas Reschke
2014-08-19Merge pull request #9866 from owncloud/app-upgradeRobin Appelman
2014-08-13we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle
2014-08-04Send feedback from upgrading apps to the upgrade uiRobin Appelman
2014-08-01in case $_POST['itemSourceName'] does not exist we simply default it to nullThomas Müller
2014-07-31Merge pull request #10051 from owncloud/preview-empty-textThomas Müller
2014-07-30Use svg mimeicons for empty text filesRobin Appelman
2014-07-30Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman
2014-07-25add OCS api call to set expire date for link sharesBjoern Schiessle
2014-07-08Fix use Sharing Api with calendarlibasys
2014-06-06set minDate and maxDate in datepickerBjoern Schiessle
2014-06-05unify share settingsBjoern Schiessle
2014-06-04Simulate apps database schema update on upgradeVincent Petry
2014-05-27Now showing disabled apps as upgrade status lineVincent Petry
2014-05-19Automatically copy the share expiration date when new shares are createdJoas Schilling
2014-05-02Images on public sharing get downscaled to increase use experience - this wil...Thomas Müller
2014-04-11Merge pull request #5857 from owncloud/type-ahead-share-by-mail-masterThomas Müller
2014-03-25killing some more calls to OC_App::loadApps(); - because we load all apps in ...Thomas Müller
2014-03-25Fix copy/paste error :PThomas Tanghus
2014-03-25'ID' => 'id' and check existence of EMAILThomas Tanghus
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller
2014-03-19Merge pull request #7557 from owncloud/issue/7297Vincent Petry
2014-03-18drop file cache migration OC5 -> OC6Thomas Müller
2014-03-11send an individual email to each recipientThomas Müller
2014-03-05Do not allow setting an expiration date in the pastJoas Schilling
2014-02-24rename url parameterRobin Appelman
2014-02-21Add url parameter to control whether previews should return 404 when the mime...Robin Appelman