aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_photos.js
Commit message (Collapse)AuthorAgeFilesLines
* css fixesMario2021-10-011-2/+7
|
* improve file upload performance: start uploading next file only after the ↵Mario2021-10-011-196/+81
| | | | previous finished, make sure to not return when uploading via ajax
* photo upload: always show the textarea so that text and tags can be added ↵Mario Vavti2021-07-161-13/+0
| | | | even if no status post is sent
* some work on streamlining mod photosMario2021-06-231-7/+8
|
* this was neededzotlabs2018-09-181-1/+1
|
* missing autocomplete (e.g. mentions) in mod_photos commentszotlabs2018-09-181-2/+3
|
* chunked uploads for photos pagezotlabs2017-12-031-13/+80
|
* bring some ajax to photo uploadMario Vavti2017-11-101-0/+210
|
* fix #480, enable bbcode autocomplete for photo comments and remove some ↵Mario Vavti2016-08-131-15/+1
| | | | redundant javascript
* document mod_acl a bit better and try to remove some redundancies and ↵redmatrix2016-07-131-1/+1
| | | | consolidate the various options
* update icon names in view/jsTreer2016-05-011-2/+2
|
* get rid of the unused ispublic variableMario Vavti2016-04-291-4/+0
|
* enable bbcode autocomplete for other placesMario Vavti2016-04-091-0/+2
|
* another try to avoid dubble photo deletion. allow to set a photo caption and ↵Mario Vavti2015-10-241-5/+14
| | | | simple status body (if create status post is enabled) on upload
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-6/+9
| | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator.
* Refactor mention code to make it more reusableStefan Parviainen2015-01-121-1/+1
|
* Typo + commentStefan Parviainen2015-01-071-1/+1
|
* Add autosubmit feature to textcomplete based autocompleterStefan Parviainen2015-01-071-1/+1
|
* Make photos tag autocomplete use textcompleteStefan Parviainen2015-01-071-13/+5
|
* some work on cloud actionspanel and minor cleanupmarijus2014-12-291-10/+0
|
* several unrelated things - auto_follow wasn't working for new accounts, ↵friendica2014-10-271-0/+13
| | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
* replace lock icon with icon-{lock, unlock}marijus2014-04-091-2/+2
|
* file had wrong extensionfriendica2014-03-111-7/+7
|
* get rid of fancybox for photos upload, not just photo editfriendica2014-03-111-0/+5
|
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-111-0/+8
| | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* start on photos reworkfriendica2013-01-251-0/+16