aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-303-72/+216
| |
| * Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-3012-10198/+10982
| |\
| * \ Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-201-1/+1
| |\ \
| * | | 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-174-20/+47
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/dev' into website-import-remoteAndrew Manning2016-07-1615-558/+102
| |\ \ \ \
| * | | | | 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-143-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-127-13/+16
| |\ \ \ \ \ \
| * | | | | | | 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-102-0/+8
| | | | | | | |
* | | | | | | | multiple acl workMario Vavti2016-08-036-41/+75
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Updating es-es stringsjeroenpraat2016-07-292-5059/+5299
| | | | | | |
* | | | | | | catch all input fields (in preparation for acl in this place) and display ↵Mario Vavti2016-07-292-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | missing spaceMario Vavti2016-07-281-1/+1
| | | | | | |
* | | | | | | missing semicolonMario Vavti2016-07-281-1/+1
| | | | | | |
* | | | | | | add more info on what is happening after we are at 100% and minor fixesMario Vavti2016-07-283-5/+21
| | | | | | |
* | | | | | | re-implement progress-bar to work with all browsersMario Vavti2016-07-282-5/+15
| | | | | | |
* | | | | | | reusing the original form did not work so well via xhr upload - let us ↵Mario Vavti2016-07-282-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Vavti2016-07-281-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 Vavti2016-07-281-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | implement a simple progressbar
* | | | | | | translate mime types to icons, update some icons, move file preview (upload ↵Mario Vavti2016-07-281-5/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | progress) below table header
* | | | | | | github didn't accept the last push. Touching the files to force a git revisionredmatrix2016-07-271-0/+1
| | | | | | |
* | | | | | | fix italian strings (messed up by rtl variable); and finish removing openid ↵redmatrix2016-07-271-2311/+2311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from core
* | | | | | | Enhanced visual feedback for file drag hoverAndrew Manning2016-07-272-6/+5
| | | | | | |
* | | | | | | rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-275-100/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 dropMario Vavti2016-07-261-1/+1
| | | | | | |
* | | | | | | allow multiple-file cloud uploadMario Vavti2016-07-261-1/+1
| | | | | | |
* | | | | | | Merge pull request #462 from wave72/devWave2016-07-262-6471/+6711
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated Italian strings
| * | | | | | | Updated Italian stringsWave722016-07-262-6471/+6711
| | | | | | | |
* | | | | | | | revert multiple testMario Vavti2016-07-251-1/+1
| | | | | | | |
* | | | | | | | css fixesMario Vavti2016-07-252-1/+2
| | | | | | | |
* | | | | | | | revert cloud acl selector (branched so as to continue development)redmatrix2016-07-252-20/+8
| | | | | | | |
* | | | | | | | make drag/drop work with acl, which bypassed the formredmatrix2016-07-241-2/+2
| | | | | | | |
* | | | | | | | 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-242-1/+90
| | | | | | | |
* | | | | | | | Multiple file upload by drag and drop with progress indicators and auto page ↵Andrew Manning2016-07-243-194/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | upgrade readmore.js and improve collapsing a littleMario Vavti2016-07-221-2/+2
|/ / / / / / /
* | | | | | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-07-2024-571/+130
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | jquery update issue prevents comments from reloading and resetting watch cursorredmatrix2016-07-171-1/+1
| | |_|_|/ | |/| | |
| * | | | hide fullscreen button in embedphotos modal album viewMario Vavti2016-07-171-0/+2
| | | | |