Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make lock switching actually work with multiple acl forms | Mario Vavti | 2016-08-29 | 1 | -6/+6 |
| | |||||
* | move jotnets to jot and some cleanup (mostly whitespace) | Mario Vavti | 2016-08-21 | 1 | -7/+5 |
| | |||||
* | rename limited -> custom | Mario Vavti | 2016-08-16 | 1 | -15/+15 |
| | |||||
* | remove unneeded function | Mario Vavti | 2016-08-16 | 1 | -26/+1 |
| | |||||
* | only check settings-form for dirty state and remove redundant javascript | Mario Vavti | 2016-08-16 | 1 | -14/+1 |
| | |||||
* | provide group options serverside and minor cleanup | Mario Vavti | 2016-08-15 | 1 | -17/+17 |
| | |||||
* | implement groups in the acl select. please notice that selecting *custom ↵ | Mario Vavti | 2016-08-15 | 1 | -17/+62 |
| | | | | selection* now sets an empty (public) acl. it was set to self before... | ||||
* | remove js debugging | Mario Vavti | 2016-08-13 | 1 | -1/+0 |
| | |||||
* | fix #480, enable bbcode autocomplete for photo comments and remove some ↵ | Mario Vavti | 2016-08-13 | 2 | -15/+2 |
| | | | | redundant javascript | ||||
* | possible quickfix for multi-acl not honoring jotnets | Mario Vavti | 2016-08-12 | 1 | -0/+6 |
| | |||||
* | bring back acl for cloud file uploads | Mario Vavti | 2016-08-06 | 1 | -2/+2 |
| | |||||
* | Revert "Revert "remove some logging"" | Mario Vavti | 2016-08-05 | 1 | -10/+1 |
| | | | | This reverts commit e67f5bc6bbb77d53867d7c03bda8410c59360dbe. | ||||
* | Revert "remove some logging" | Mario Vavti | 2016-08-05 | 1 | -1/+10 |
| | | | | This reverts commit 316b090433b7e415fd3c8ac6230f2df0277cdf8c. | ||||
* | remove some logging | Mario Vavti | 2016-08-05 | 1 | -10/+1 |
| | |||||
* | multi acl: port /settings | Mario Vavti | 2016-08-05 | 1 | -2/+0 |
| | |||||
* | multi acl: port /thing | Mario Vavti | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | multi acl: port /rpost | Mario Vavti | 2016-08-05 | 2 | -11/+9 |
| | |||||
* | multi acl: provide a acl-form-trigger class which comes handy in certain ↵ | Mario Vavti | 2016-08-04 | 1 | -4/+5 |
| | | | | situations | ||||
* | multi acl: port /cloud and /filestorage | Mario Vavti | 2016-08-04 | 2 | -16/+1 |
| | |||||
* | multi acl: port events | Mario Vavti | 2016-08-03 | 1 | -3/+2 |
| | |||||
* | multiple acl: store new data in update_view() | Mario Vavti | 2016-08-03 | 1 | -19/+23 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-08-03 | 1 | -0/+15 |
|\ | |||||
| * | Import element selection page added to allow selective importing. | Andrew Manning | 2016-07-30 | 1 | -0/+15 |
| | | |||||
* | | multiple acl work | Mario Vavti | 2016-08-03 | 1 | -26/+60 |
|/ | |||||
* | catch all input fields (in preparation for acl in this place) and display ↵ | Mario Vavti | 2016-07-29 | 1 | -4/+7 |
| | | | | the files to upload in the right order | ||||
* | missing space | Mario Vavti | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | missing semicolon | Mario Vavti | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | add more info on what is happening after we are at 100% and minor fixes | Mario Vavti | 2016-07-28 | 1 | -3/+19 |
| | |||||
* | re-implement progress-bar to work with all browsers | Mario Vavti | 2016-07-28 | 1 | -5/+8 |
| | |||||
* | reusing the original form did not work so well via xhr upload - let us ↵ | Mario Vavti | 2016-07-28 | 1 | -8/+12 |
| | | | | create a new form for this action. revert progressbar- only works nice in firefox | ||||
* | make progressbar slightly more transparent and give it a default width of ↵ | Mario Vavti | 2016-07-28 | 1 | -1/+1 |
| | | | | 3px to indicate which files are to be uploaded | ||||
* | use single quote for js and double quote for html with proper escapes and ↵ | Mario Vavti | 2016-07-28 | 1 | -6/+7 |
| | | | | implement a simple progressbar | ||||
* | translate mime types to icons, update some icons, move file preview (upload ↵ | Mario Vavti | 2016-07-28 | 1 | -5/+52 |
| | | | | progress) below table header | ||||
* | rework drag and drop to drag directly into files area, implement the default ↵ | Mario Vavti | 2016-07-27 | 1 | -70/+114 |
| | | | | upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism | ||||
* | fix drag and drop | Mario Vavti | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | revert cloud acl selector (branched so as to continue development) | redmatrix | 2016-07-25 | 1 | -2/+2 |
| | |||||
* | make drag/drop work with acl, which bypassed the form | redmatrix | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Multiple file upload by drag and drop with progress indicators and auto page ↵ | Andrew Manning | 2016-07-24 | 1 | -0/+98 |
| | | | | reload | ||||
* | upgrade readmore.js and improve collapsing a little | Mario Vavti | 2016-07-22 | 1 | -2/+2 |
| | |||||
* | jquery update issue prevents comments from reloading and resetting watch cursor | redmatrix | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | provide examples for using access tokens in urls | redmatrix | 2016-07-15 | 1 | -0/+3 |
| | |||||
* | bump minor version because of jquery update | Mario Vavti | 2016-07-15 | 1 | -9/+2 |
| | |||||
* | add jquery migrate for version 3 | Mario Vavti | 2016-07-15 | 1 | -0/+2 |
| | |||||
* | upgrade to jquery-3.1 and minor fixes | Mario Vavti | 2016-07-15 | 3 | -519/+9 |
| | |||||
* | document mod_acl a bit better and try to remove some redundancies and ↵ | redmatrix | 2016-07-13 | 3 | -3/+3 |
| | | | | consolidate the various options | ||||
* | ditch the change_view widget and make header fixed in fullscreen mode | Mario Vavti | 2016-07-01 | 1 | -7/+2 |
| | |||||
* | return something so we can make a conclusion | Mario Vavti | 2016-06-19 | 1 | -0/+5 |
| | |||||
* | only use height: auto for week and day view | Mario Vavti | 2016-06-17 | 2 | -2/+2 |
| | |||||
* | show month view in full height in fullscreen view | Mario Vavti | 2016-06-16 | 2 | -0/+40 |
| | |||||
* | remove the automatic ajax page load on pgdn key; it can load content much ↵ | redmatrix | 2016-06-09 | 1 | -16/+0 |
| | | | | faster than you can page and potentially lead to memory exhaustion. |