aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * boobooredmatrix2016-07-171-2/+2
| |
| * some work on guest access token uiMario Vavti2016-07-171-19/+26
| |
| * provide examples for using access tokens in urlsredmatrix2016-07-151-0/+4
| |
| * round up heightMario Vavti2016-07-151-1/+1
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-07-151-2/+3
| |\
| | * more cleanup of atoken UIredmatrix2016-07-151-0/+1
| | |
| | * cleanup and debug of atoken featureredmatrix2016-07-151-2/+2
| | |
| * | upgrade to jquery-3.1 and minor fixesMario Vavti2016-07-152-5/+16
| |/
| * Here's the basic UI for the Zot Access Tokens, requires some minor cleanupredmatrix2016-07-141-0/+28
| |
| * do not use visibility for fullscreen button and move fullscreen button to ↵Mario Vavti2016-07-115-10/+10
| | | | | | | | the right
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-07-092-1/+80
|\|
| * hide the redeliver option one level down since it should rarely be needed by ↵redmatrix2016-07-071-1/+8
| | | | | | | | folks outside of shared hosting.
| * force immediate avatar updateTreer2016-07-031-0/+72
| |
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-07-012-14/+22
|\|
| * ditch the change_view widget and make header fixed in fullscreen modeMario Vavti2016-07-012-14/+22
| |
* | JavaScript popup for page delete confirmationAndrew Manning2016-07-011-0/+3
|/
* Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-304-2/+32
|\
| * templatise the Dreport page and add a redeliver option for when things stuff ↵redmatrix2016-06-291-0/+21
| | | | | | | | up badly.
| * only request geolocation permission if we're creating a post.redmatrix2016-06-291-1/+1
| |
| * fix month view in fullscreen modeMario Vavti2016-06-281-1/+7
| |
| * add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵redmatrix2016-06-271-0/+3
| | | | | | | | registrations
* | Replace homemade table of content generator with existing jQuery plugin. Now ↵Andrew Manning2016-06-301-0/+2
|/ | | | toc is linked to document headings.
* Merge pull request #438 from anaqreon/wikihubzilla2016-06-261-2/+131
|\ | | | | Wiki post generation option and image embed tool
| * A page name wrapped in double brackets is converted into a link to another ↵Andrew Manning2016-06-251-1/+1
| | | | | | | | page in the current wiki
| * Insert image links wherever cursor is in the editorAndrew Manning2016-06-251-2/+2
| |
| * Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-254-10/+10
| |\
| * | Post generation about new wiki is optional, default is NOT to post. Fixed ↵Andrew Manning2016-06-251-1/+130
| | | | | | | | | | | | bug in wiki creation. Added embed image dialog and album browser.
* | | fix help linkTreer2016-06-261-1/+1
| |/ |/|
* | add url permalink mf2 markupBen Roberts2016-06-241-1/+1
| |
* | p-author missing from embedded h-card in itemsBen Roberts2016-06-231-1/+1
| |
* | make dropdown-caret invoke the dropdownredmatrix2016-06-231-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-06-231-6/+6
|\ \
| * | microformats 2 for postsBen Roberts2016-06-221-6/+6
| | |
* | | code cleanup for profile_photosredmatrix2016-06-231-1/+1
|/ /
* / use the normal html escape for '@' in addresses rather than the high-plane ↵redmatrix2016-06-221-1/+1
|/ | | | unicode variant. This makes it copy-able, but not easily scrape-able.