summaryrefslogtreecommitdiffstats
path: root/core/js/oc-dialogs.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4853 from owncloud/external-shared_mimetype-iconsThomas Müller2013-09-151-5/+1
|\
| * Use external and shared icons in OC.Dialogs.filepicker()kondou2013-09-141-5/+1
* | Merge pull request #4806 from owncloud/oc-dialogs-pageleaveThomas Tanghus2013-09-141-8/+18
|\ \ | |/ |/|
| * Save two linesThomas Tanghus2013-09-111-3/+1
| * Remove test error :PThomas Tanghus2013-09-111-1/+1
| * Don't popup meaningless alerts when dialog called on page leaveThomas Tanghus2013-09-111-9/+21
* | Use shorter array-conversionkondou2013-09-061-3/+1
* | Only use mimetype_list and clean up a bitkondou2013-09-051-10/+12
* | Make it possible to pass rawlist.php an JSON array, to filter by more than on...kondou2013-09-051-4/+11
|/
* Add previews to OC.dialogs.filepicker(); Fix #4697kondou2013-09-031-1/+5
* Use provided mimetype on open. Fix #4696Thomas Tanghus2013-09-021-2/+2
* Merge branch 'master' into fix_jslint_kondoukondou2013-08-181-4/+0
|\
| * Remove cancel button from filepickerkondou2013-08-171-4/+0
* | Fix a syntax error & have if-conds in an own linekondou2013-08-011-7/+21
* | Fix some JSLint warningskondou2013-07-311-13/+13
|/
* Set default button in oc-dialogsThomas Tanghus2013-06-031-3/+6
* Catch double destroy on escape.Thomas Tanghus2013-06-031-1/+3
* Replacement for jquery.dialog to fit better with ownCloud design.Thomas Tanghus2013-06-021-9/+9
* Remove more obsolete code.Thomas Tanghus2013-05-201-20/+4
* Don't set image path in template.Thomas Tanghus2013-05-201-1/+1
* Dialogs: Home folder icon instead of '/'.Thomas Tanghus2013-05-171-3/+3
* Dialogs: Fix method names.Thomas Tanghus2013-05-171-65/+52
* Dialogs: Cleanup.Thomas Tanghus2013-05-171-101/+26
* Dialogs: Loose up-button.Thomas Tanghus2013-05-171-14/+0
* Dialogs: Make slug show last dir emphasized.Thomas Tanghus2013-05-171-2/+2
* Various cleanups in OC.dialogsThomas Tanghus2013-05-171-137/+98
* Line length etc.Thomas Tanghus2013-05-161-2/+3
* Port OC.dialogs to use octemplate except for prompt() and form().Thomas Tanghus2013-05-161-140/+198
* Fix OC.dialogs.form()kondou2013-04-091-3/+3
* Remove manual mimetype checking.kondou2013-04-081-5/+1
* Make files _and_ directorys selectable/browsable.kondou2013-04-061-10/+13
* Make files selectable again.kondou2013-04-061-3/+3
* Fix repeating directory names.kondou2013-04-061-14/+17
* Make directories show at top.kondou2013-04-061-2/+12
* Make directories clickable.kondou2013-04-061-13/+23
* Small fixeskondou2013-04-061-36/+36
* Refactor OCdialogs.kondou2013-04-061-149/+283
* Remove inline js from OC.Dialogs.FilePicker.Thomas Tanghus2013-03-041-4/+6
* UPDATE oc-dialogs.js and Fix some small Bugs Added in the description of form...libasys2012-10-311-4/+4
* Fix for problems using for() function instead of $.each for arrays with IE8libasys2012-10-261-15/+19
* some characters in comments avoid finding some strings to translatescambra2012-09-211-1/+1
* fix translating dialog buttons, they are translated in core not dialogs appscambra2012-09-211-6/+6
* Add 'var' before some global js varsBart Visscher2012-09-051-1/+1
* Dialogs: Clean indentation. Add some missing brackets.Thomas Tanghus2012-05-051-220/+239
* Check for callback in OC.dialogs.alert.Thomas Tanghus2012-05-041-1/+1
* fix incorrect dialog computing in ffBartek Przybylski2012-05-031-1/+1
* Various file path fixes.Thomas Tanghus2012-04-301-1/+1
* some fixes fore movable appsGeorg Ehrke2012-04-261-2/+2
* mimetype filter for filepickerBartek Przybylski2012-04-051-4/+4
* loading screen for filepickerBartek Przybylski2012-04-051-1/+4