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/js
AgeCommit message (Expand)Author
2015-03-23Remove hard dependency on cURL for 8.0Lukas Reschke
2015-02-263rd-party apps are disabled on upgrade - refs #14026Thomas Müller
2015-02-12generate valid human readable text for 0 - fixed #9342Thomas Müller
2015-01-27Indicate that the share owner is remote in the filelistJoas Schilling
2015-01-15Merge pull request #13323 from owncloud/move-searchLukas Reschke
2015-01-14adjust paths for searchMorris Jobke
2015-01-14Read version and product name from update templateVincent Petry
2015-01-09Fix reshare permission issueVincent Petry
2015-01-08Add timeout for notificationsMorris Jobke
2015-01-07Merge pull request #12687 from owncloud/auto-escape-t-placeholdersMorris Jobke
2015-01-07Autoescape of placeholders in t() and p() - for JSMorris Jobke
2015-01-02make OCA.Search.Files available in tests and for other appsJörn Friedrich Dreyer
2015-01-02move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer
2015-01-02add paged providerJörn Friedrich Dreyer
2015-01-02move code from js.js to search.js in the search appJörn Friedrich Dreyer
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-19Merge pull request #12948 from owncloud/wordingJörn Friedrich Dreyer
2014-12-19Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke
2014-12-19change 'Allow Public Upload' to more understandable 'Allow editing', fix #10438Jan-Christoph Borchardt
2014-12-19change 'update' to more understandable 'change', fix #10408Jan-Christoph Borchardt
2014-12-18get rid of unnecessary alt and title attributesJan-Christoph Borchardt
2014-12-18add missing input labels for Share dialogJan-Christoph Borchardt
2014-12-16load showpassord.js conditionally in the template only if neededThomas Müller
2014-12-15Merge pull request #12360 from owncloud/files-tagsLukas Reschke
2014-12-15Merge pull request #12555 from owncloud/app_specific_searchJörn Friedrich Dreyer
2014-12-15Load handlebars in coreVincent Petry
2014-12-15Added favorites feature to the files appVincent Petry
2014-12-13bower jquery-ui - exported changes to a separate css fileMorris Jobke
2014-12-13Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke
2014-12-12Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman
2014-12-12Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke
2014-12-11Move file thumbnail into the label elementVincent Petry
2014-12-11show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer
2014-12-10introduce inApps[] filter for search via ajax query, make file results show u...Jörn Friedrich Dreyer
2014-12-10improve update error page: remove box, make link visible, insert missing spac...Jan-Christoph Borchardt
2014-12-09Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling
2014-12-06Check for working .htaccess via AJAXLukas Reschke
2014-12-04Forward port of #12493Arthur Schiwon
2014-12-01Simple Plugin system for JavascriptVincent Petry
2014-12-01move jstz to bower managementMorris Jobke
2014-11-24Merge pull request #12359 from owncloud/fix-redirect-url-for-password-changeThomas Müller
2014-11-21Add OCS API header per defaultLukas Reschke
2014-11-21Use `/` as redirect location if webroot is set to an empty valueLukas Reschke
2014-11-20Merge pull request #12257 from owncloud/l10n-loadtranslationsfromjsVincent Petry
2014-11-19Fix l10n promisesVincent Petry
2014-11-19Better use of promise in OC.L10N.load()Vincent Petry
2014-11-19Remove stray generateUrlVincent Petry
2014-11-18Added function to load translations from JSVincent Petry
2014-11-17Show spinnerLukas Reschke