Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when calling timeago() from mod_mail.js it is called before the translations ↵ | Mario Vavti | 2018-07-13 | 1 | -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 lib | Mario Vavti | 2018-07-13 | 1 | -2/+2 |
| | |||||
* | tag and mention handling in private mail (which required refactoring the ↵ | zotlabs | 2016-12-13 | 1 | -0/+1 |
| | | | | bbcode cleanup stuff in mod_item) | ||||
* | document mod_acl a bit better and try to remove some redundancies and ↵ | redmatrix | 2016-07-13 | 1 | -1/+1 |
| | | | | consolidate the various options | ||||
* | enable bbcode autocomplete for other places | Mario Vavti | 2016-04-09 | 1 | -0/+1 |
| | |||||
* | timeago() works best with iso format. fix #118 | Mario Vavti | 2015-11-03 | 1 | -0/+1 |
| | |||||
* | get rid of the unnecessary blank space after mail recipient completion | redmatrix | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | some heavy private mail restructuring - work in progress | Mario Vavti | 2015-09-24 | 1 | -1/+0 |
| | |||||
* | Add autosubmit feature to textcomplete based autocompleter | Stefan Parviainen | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | Allow passing autocomplete type to contact_autocomplete | Stefan Parviainen | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | Make mail use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -9/+2 |
| | |||||
* | split private messages into two modules - "message" is just for message ↵ | friendica | 2013-12-21 | 1 | -0/+13 |
lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly. |