aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_mail.js
Commit message (Collapse)AuthorAgeFilesLines
* remove more mail leftoversMario2021-05-281-7/+0
|
* when calling timeago() from mod_mail.js it is called before the translations ↵Mario Vavti2018-07-131-1/+0
| | | | are applied - move the call to main.js and be more specific with the selector to not trigger calls for other modules (eg network) which is handled elsewhere to not be to much of an performance hog (to many dates at a time)
* update jquery.timeago libMario Vavti2018-07-131-2/+2
|
* tag and mention handling in private mail (which required refactoring the ↵zotlabs2016-12-131-0/+1
| | | | bbcode cleanup stuff in mod_item)
* document mod_acl a bit better and try to remove some redundancies and ↵redmatrix2016-07-131-1/+1
| | | | consolidate the various options
* enable bbcode autocomplete for other placesMario Vavti2016-04-091-0/+1
|
* timeago() works best with iso format. fix #118Mario Vavti2015-11-031-0/+1
|
* get rid of the unnecessary blank space after mail recipient completionredmatrix2015-10-021-1/+1
|
* some heavy private mail restructuring - work in progressMario Vavti2015-09-241-1/+0
|
* Add autosubmit feature to textcomplete based autocompleterStefan Parviainen2015-01-071-1/+1
|
* Allow passing autocomplete type to contact_autocompleteStefan Parviainen2015-01-071-1/+1
|
* Make mail use textcompleteStefan Parviainen2015-01-071-9/+2
|
* split private messages into two modules - "message" is just for message ↵friendica2013-12-211-0/+13
lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.