aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* open editor or comment window when linkdropping to a closed window. We ↵redmatrix2016-08-101-4/+18
| | | | probably also need this for filedropping.
* allow dropping links on comments as well as postsredmatrix2016-08-092-2/+4
|
* You can drag links to the editor (which will be parsed and inserted); as ↵redmatrix2016-08-092-2/+2
| | | | well as files (which will be uploaded)
* diaspora vcard updatesredmatrix2016-08-071-5/+11
|
* bring back acl for cloud file uploadsMario Vavti2016-08-061-15/+26
|
* multi acl: port /settingsMario Vavti2016-08-051-2/+2
|
* multi acl: port /thingMario Vavti2016-08-052-6/+4
|
* multi acl: port /rpostMario Vavti2016-08-054-4/+4
|
* multi acl: provide a acl-form-trigger class which comes handy in certain ↵Mario Vavti2016-08-042-2/+2
| | | | situations
* multi acl: port /wikiMario Vavti2016-08-041-7/+7
|
* multi acl: port /webpages and /mitemMario Vavti2016-08-041-2/+2
|
* multi acl: port /chatMario Vavti2016-08-041-1/+1
|
* multi acl: port /cloud and /filestorageMario Vavti2016-08-042-5/+4
|
* multi acl: port photosMario Vavti2016-08-042-7/+4
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-041-11/+13
|\
| * issue #474redmatrix2016-08-031-11/+13
| |
* | multi acl: port eventsMario Vavti2016-08-032-4/+7
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-034-7/+202
|\|
| * allow individual permissions on atokensredmatrix2016-07-312-7/+39
| |
| * Remove scanned element column for existing element information which we are ↵Andrew Manning2016-07-311-3/+9
| | | | | | | | not yet populating.
| * Improved UI. Removed logger statements.Andrew Manning2016-07-312-28/+36
| |
| * Import element selection page added to allow selective importing.Andrew Manning2016-07-301-72/+116
| |
| * Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-303-18/+100
| |\
| * | Starting to make the import selection page after element scan.Andrew Manning2016-07-202-0/+78
| | |
| * | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-172-19/+28
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/dev' into website-import-remoteAndrew Manning2016-07-163-5/+49
| |\ \ \
| * | | | Stash changes to merge from devAndrew Manning2016-07-161-13/+6
| | | | |
| * | | | Postpone remote folder import until filesystem mirroring matures.Andrew Manning2016-07-161-3/+14
| | | | |
| * | | | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-125-10/+10
| |\ \ \ \
| * | | | | Import blocks from zip file, but needs updates as detailed in ↵Andrew Manning2016-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/zot/hubsites/merge_requests/2
| * | | | | Clearer import control interfaceAndrew Manning2016-07-101-6/+22
| | | | | |
| * | | | | First draft of website import toolsAndrew Manning2016-07-101-0/+7
| | | | | |
* | | | | | multiple acl workMario Vavti2016-08-035-15/+15
| |_|_|_|/ |/| | | |
* | | | | catch all input fields (in preparation for acl in this place) and display ↵Mario Vavti2016-07-291-0/+2
| | | | | | | | | | | | | | | | | | | | the files to upload in the right order
* | | | | Fixed bug where multiple post attachements by drag-and-drop were not being ↵Andrew Manning2016-07-281-3/+3
| | | | | | | | | | | | | | | | | | | | added to the post content.
* | | | | reusing the original form did not work so well via xhr upload - let us ↵Mario Vavti2016-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | create a new form for this action. revert progressbar- only works nice in firefox
* | | | | rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-272-9/+3
| | | | | | | | | | | | | | | | | | | | 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
* | | | | allow multiple-file cloud uploadMario Vavti2016-07-261-1/+1
| | | | |
* | | | | revert multiple testMario Vavti2016-07-251-1/+1
| | | | |
* | | | | css fixesMario Vavti2016-07-251-1/+1
| | | | |
* | | | | revert cloud acl selector (branched so as to continue development)redmatrix2016-07-251-18/+6
| | | | |
* | | | | add acl selection to files upload via /cloud (still missing from directory ↵redmatrix2016-07-241-6/+18
| | | | | | | | | | | | | | | | | | | | creation)
* | | | | call wall_attach rather than wall_upload for drag/drop; which means you can ↵redmatrix2016-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | drag/drop any file and not just photos.
* | | | | Drag and drop one image file at a time into the post editor will upload it.Andrew Manning2016-07-241-1/+81
| | | | |
* | | | | Multiple file upload by drag and drop with progress indicators and auto page ↵Andrew Manning2016-07-241-193/+20
| | | | | | | | | | | | | | | | | | | | reload
* | | | | Include credentials for session cookie in xhrAndrew Manning2016-07-231-0/+1
| | | | |
* | | | | AJAX single upload might be working, but permissions problems seem to cause ↵Andrew Manning2016-07-231-11/+77
| | | | | | | | | | | | | | | | | | | | failure.
* | | | | Drag and drop file information display in cloud files upload form. No actual ↵Andrew Manning2016-07-221-0/+112
| | | | | | | | | | | | | | | | | | | | upload implemented yet.
* | | | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-07-208-15/+68
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | hide fullscreen button in embedphotos modal album viewMario Vavti2016-07-171-0/+2
| | | |