Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix_jslint_kondou | kondou | 2013-08-18 | 1 | -4/+0 |
|\ | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| * | Remove cancel button from filepicker | kondou | 2013-08-17 | 1 | -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 line | kondou | 2013-08-01 | 1 | -7/+21 |
| | | |||||
* | | Fix some JSLint warnings | kondou | 2013-07-31 | 1 | -13/+13 |
|/ | |||||
* | Set default button in oc-dialogs | Thomas Tanghus | 2013-06-03 | 1 | -3/+6 |
| | |||||
* | Catch double destroy on escape. | Thomas Tanghus | 2013-06-03 | 1 | -1/+3 |
| | |||||
* | Replacement for jquery.dialog to fit better with ownCloud design. | Thomas Tanghus | 2013-06-02 | 1 | -9/+9 |
| | |||||
* | Remove more obsolete code. | Thomas Tanghus | 2013-05-20 | 1 | -20/+4 |
| | |||||
* | Don't set image path in template. | Thomas Tanghus | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Dialogs: Home folder icon instead of '/'. | Thomas Tanghus | 2013-05-17 | 1 | -3/+3 |
| | |||||
* | Dialogs: Fix method names. | Thomas Tanghus | 2013-05-17 | 1 | -65/+52 |
| | |||||
* | Dialogs: Cleanup. | Thomas Tanghus | 2013-05-17 | 1 | -101/+26 |
| | |||||
* | Dialogs: Loose up-button. | Thomas Tanghus | 2013-05-17 | 1 | -14/+0 |
| | |||||
* | Dialogs: Make slug show last dir emphasized. | Thomas Tanghus | 2013-05-17 | 1 | -2/+2 |
| | |||||
* | Various cleanups in OC.dialogs | Thomas Tanghus | 2013-05-17 | 1 | -137/+98 |
| | |||||
* | Line length etc. | Thomas Tanghus | 2013-05-16 | 1 | -2/+3 |
| | |||||
* | Port OC.dialogs to use octemplate except for prompt() and form(). | Thomas Tanghus | 2013-05-16 | 1 | -140/+198 |
| | | | | Also load octemplate per default. | ||||
* | Fix OC.dialogs.form() | kondou | 2013-04-09 | 1 | -3/+3 |
| | | | | Don't do _too_ much escapeHTML() | ||||
* | Remove manual mimetype checking. | kondou | 2013-04-08 | 1 | -5/+1 |
| | |||||
* | Make files _and_ directorys selectable/browsable. | kondou | 2013-04-06 | 1 | -10/+13 |
| | | | | | Also make long variables more readable by splitting them up into shorter ones. | ||||
* | Make files selectable again. | kondou | 2013-04-06 | 1 | -3/+3 |
| | |||||
* | Fix repeating directory names. | kondou | 2013-04-06 | 1 | -14/+17 |
| | | | | Also fix some CSS for Firefox. | ||||
* | Make directories show at top. | kondou | 2013-04-06 | 1 | -2/+12 |
| | |||||
* | Make directories clickable. | kondou | 2013-04-06 | 1 | -13/+23 |
| | | | | A bit bugged though ... | ||||
* | Small fixes | kondou | 2013-04-06 | 1 | -36/+36 |
| | | | | | | | * escapeHTML(everything) * curly braces for if * camelcase function_to_call * add missing semicolae (?) | ||||
* | Refactor OCdialogs. | kondou | 2013-04-06 | 1 | -149/+283 |
| | | | | Fix #2557 and make the whole code more usable. | ||||
* | Remove inline js from OC.Dialogs.FilePicker. | Thomas Tanghus | 2013-03-04 | 1 | -4/+6 |
| | |||||
* | UPDATE oc-dialogs.js and Fix some small Bugs Added in the description of ↵ | libasys | 2012-10-31 | 1 | -4/+4 |
| | | | | form a select ecample | ||||
* | Fix for problems using for() function instead of $.each for arrays with IE8 | libasys | 2012-10-26 | 1 | -15/+19 |
| | |||||
* | some characters in comments avoid finding some strings to translate | scambra | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | fix translating dialog buttons, they are translated in core not dialogs app | scambra | 2012-09-21 | 1 | -6/+6 |
| | |||||
* | Add 'var' before some global js vars | Bart Visscher | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Dialogs: Clean indentation. Add some missing brackets. | Thomas Tanghus | 2012-05-05 | 1 | -220/+239 |
| | |||||
* | Check for callback in OC.dialogs.alert. | Thomas Tanghus | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | fix incorrect dialog computing in ff | Bartek Przybylski | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Various file path fixes. | Thomas Tanghus | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -2/+2 |
| | |||||
* | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 1 | -4/+4 |
| | |||||
* | loading screen for filepicker | Bartek Przybylski | 2012-04-05 | 1 | -1/+4 |
| | |||||
* | adding icons to filepicker | Bartek Przybylski | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | multiselect handle for filepicker | Bartek Przybylski | 2012-04-02 | 1 | -9/+21 |
| | |||||
* | dialogs filepicker first draft | Bartek Przybylski | 2012-04-02 | 1 | -13/+78 |
| | |||||
* | adding callback when ok click on alert dialog | Bartek Przybylski | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | select field added to oc.dialogs.form, gallery ported to use it | Bartek Przybylski | 2012-03-30 | 1 | -3/+11 |
| | |||||
* | gallery sharing, experimental version | Bartek Przybylski | 2012-03-24 | 1 | -6/+14 |
| | |||||
* | moving gallery op to one file, migrate gallery dialogs to oc dialogs | Bartek Przybylski | 2012-03-04 | 1 | -12/+16 |
| | |||||
* | dialogs library for apps | Bartek Przybylski | 2012-02-28 | 1 | -0/+145 |