summaryrefslogtreecommitdiffstats
path: root/core/js/oc-dialogs.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into fix_jslint_kondoukondou2013-08-181-4/+0
|\ | | | | | | | | Conflicts: apps/files/js/file-upload.js
| * Remove cancel button from filepickerkondou2013-08-171-4/+0
| | | | | | | | | | Having the cancel button in the bottom right corner was a bit confusing. It's useless anyways, since there's a X in the top right.
* | 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
| | | | Also load octemplate per default.
* Fix OC.dialogs.form()kondou2013-04-091-3/+3
| | | | Don't do _too_ much escapeHTML()
* Remove manual mimetype checking.kondou2013-04-081-5/+1
|
* Make files _and_ directorys selectable/browsable.kondou2013-04-061-10/+13
| | | | | Also make long variables more readable by splitting them up into shorter ones.
* Make files selectable again.kondou2013-04-061-3/+3
|
* Fix repeating directory names.kondou2013-04-061-14/+17
| | | | Also fix some CSS for Firefox.
* Make directories show at top.kondou2013-04-061-2/+12
|
* Make directories clickable.kondou2013-04-061-13/+23
| | | | A bit bugged though ...
* Small fixeskondou2013-04-061-36/+36
| | | | | | | * escapeHTML(everything) * curly braces for if * camelcase function_to_call * add missing semicolae (?)
* Refactor OCdialogs.kondou2013-04-061-149/+283
| | | | Fix #2557 and make the whole code more usable.
* 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 ↵libasys2012-10-311-4/+4
| | | | form a select ecample
* 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
|
* adding icons to filepickerBartek Przybylski2012-04-031-1/+1
|
* multiselect handle for filepickerBartek Przybylski2012-04-021-9/+21
|
* dialogs filepicker first draftBartek Przybylski2012-04-021-13/+78
|
* adding callback when ok click on alert dialogBartek Przybylski2012-04-011-1/+1
|
* select field added to oc.dialogs.form, gallery ported to use itBartek Przybylski2012-03-301-3/+11
|
* gallery sharing, experimental versionBartek Przybylski2012-03-241-6/+14
|
* moving gallery op to one file, migrate gallery dialogs to oc dialogsBartek Przybylski2012-03-041-12/+16
|
* dialogs library for appsBartek Przybylski2012-02-281-0/+145