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
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
2014-02-20Merge branch 'master' into mimeicons-svgRobin Appelman
2014-02-20Merge pull request #7247 from owncloud/sharing_cleanup_step1Björn Schießle
2014-02-19clean up the sharing ajax calls, add mail notification classBjoern Schiessle
2014-02-19Show svg mime icons when no preview is availableRobin Appelman
2014-02-18Check whether the app is setLukas Reschke
2014-02-18Check whether the Key is setLukas Reschke
2014-02-18An admin should not be able to add remote and public services on its own. Thi...Lukas Reschke
2014-02-14Merge pull request #6726 from owncloud/fix_6630Vincent Petry
2014-02-11fix DIArthur Schiwon
2014-02-11move sorter into a classArthur Schiwon
2014-02-11respect coding guidelinesArthur Schiwon
2014-02-11on filtering the share box users and groups whose name begins with the search...Arthur Schiwon