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
2012-10-16use interpolation for some translations in jsscambra
2012-10-12escapeHTML functionLukas Reschke
2012-10-10Merge pull request #24 from owncloud/js_variable_interpolationThomas Müller
2012-10-08Prevent closing sharing dialog on picking the dateVictor Dubiniuk
2012-10-08Prevent closing sharing dialog on month adjustment. Fixes oc-1884Victor Dubiniuk
2012-10-05Suggestion for simple, yet efficient variable interpolation in js translations.Thomas Tanghus
2012-10-04share.expiration is null if no expiration date is set.Björn Schießle
2012-10-04Show correct public link url for foldersMichael Gapczynski
2012-10-01Share - Dropdown dialog - cut off username if it's longer than 14 chars - bug...Georg Ehrke
2012-09-29Fix double url decoding in fileDownloadPath functionBart Visscher
2012-09-29Merge pull request #20 from scambra/undo-l10nThomas Müller
2012-09-28undo interpolation in js for 4.5scambra
2012-09-28Reimplementation of CSRF protection including autorefreshChristian Reiner
2012-09-26Fix unsetting share expiration dateMichael Gapczynski
2012-09-26Show share expiration date set for shared itemMichael Gapczynski
2012-09-26Stop autocomplete selection event propogration so share dropdown doesn't disa...Michael Gapczynski
2012-09-23some js style fixesRobin Appelman
2012-09-21some characters in comments avoid finding some strings to translatescambra
2012-09-21fix translating dialog buttons, they are translated in core not dialogs appscambra
2012-09-21translate files_sharing appscambra
2012-09-20float right element needs to be the first element, otherwise firefox will mov...Björn Schießle
2012-09-19Fix changing of share status icons, bug fix for oc-1631Michael Gapczynski
2012-09-19Don't show the expiration option until a share occurs, bug fix for oc-1724Michael Gapczynski
2012-09-12Merge branch 'master' into share_expirationMichael Gapczynski
2012-09-12Add lock and clock icon for sharingMichael Gapczynski
2012-09-12Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski
2012-09-09Don't display actions for children in shared collections, show the parent col...Michael Gapczynski
2012-09-09add breadcrumb controll to jsRobin Appelman
2012-09-09forgot a ,Robin Appelman
2012-09-09add js versions of basename and dirnameRobin Appelman
2012-09-06Fix name for OCCategoriesBart Visscher
2012-09-06Add 'var' before some global js varsBart Visscher
2012-09-06Add missing ; to js codeBart Visscher
2012-09-04Fix some jslint warningsBart Visscher
2012-09-02Add support for share expirationMichael Gapczynski
2012-09-01Fix check in Javascript for password protected linkMichael Gapczynski
2012-08-31unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.ShareJörn Friedrich Dreyer
2012-08-31unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer
2012-08-31unify permissions (1/3): add permission conastants to javascript OCJörn Friedrich Dreyer
2012-08-30add OC.get and OC.set to get/set variables by name in javascriptRobin Appelman
2012-08-29Remove old Javascript codeMichael Gapczynski
2012-08-29Fix displaying if a link is password protectedMichael Gapczynski
2012-08-29Hide link password controls if link is removedMichael Gapczynski
2012-08-29Delete old link if user sets a passwordMichael Gapczynski
2012-08-29Fix toggling of password protection in sharing dropdownMichael Gapczynski
2012-08-29return the jQuery deferred object when using OC.loadScriptRobin Appelman
2012-08-28Reimplement links support for sharing and add password protection optionMichael Gapczynski
2012-08-28Initial previewer for public linksMichael Gapczynski
2012-08-27Move additional jquery.inview filesMichael Gapczynski
2012-08-27Move jquery.inview from contacts app to coreMichael Gapczynski