aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
Commit message (Collapse)AuthorAgeFilesLines
* fix editpost which showed an encrypt button but no other buttonsfriendica2013-11-111-0/+2
|
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-1/+5
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
* remote post module so that from anywhere on the web or at least within the ↵friendica2013-10-271-2/+4
| | | | matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it.
* allow categories to be edited when editing a postMichael Johnston2013-09-031-1/+20
|
* convert all stored json calls to json_decode_plus()friendica2013-08-061-2/+2
|
* missing includefriendica2013-07-301-0/+1
|
* unencrypt private posts for editingfriendica2013-07-301-0/+9
|
* source code re-org, move taxonomy to separate includefriendica2013-06-191-1/+1
|
* issue with auto permissionsfriendica2013-05-191-1/+1
|
* .friendica2013-03-101-3/+4
|
* cleanup editpostfriendica2012-12-211-18/+12
|
* plaintext default - richtext is a featurefriendica2012-11-051-3/+3
|
* a few minor changesfriendica2012-08-261-25/+0
|
* updatesfriendica2012-08-051-3/+3
|
* birthdays and events are now notificationsfriendica2012-07-291-0/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-1/+3
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * allow users to set categories on their postsMichael Johnston2012-04-011-0/+2
| |
| * ability to change tags in edited postsfriendica2012-03-221-1/+1
|/
* support plaintext on editpost, editorinit called before all buttons laid outfriendica2012-02-171-0/+4
|
* edit post not working after plaintext editor fixes, missing some recent ↵friendica2012-02-091-0/+4
| | | | editor template changes
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* w3c compliance fixes, owner attribution on likes defaulting to local owner, ↵Friendika2011-09-231-1/+1
| | | | not item creator
* Load tinyMCE on post editor only if needed.Fabio Comuni2011-07-201-3/+5
|
* file attachmentsFriendika2011-05-251-0/+1
|
* "notes" appFriendika2011-05-201-1/+3
|
* doc updates - connecting to servicesFriendika2011-05-181-0/+1
|
* deprecate load_view_fileFriendika2011-05-111-2/+2
|
* bring back load_view_file for dispy templatesFriendika2011-05-101-2/+2
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-2/+2
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* missing is_public in editpostFriendika2011-05-051-0/+1
|
* edit post broke with recent checkinFriendika2011-04-191-3/+3
|
* provide a way to disable mailbox integrationFriendika2011-04-181-8/+11
|
* email integration, cont.Friendika2011-04-171-0/+22
|
* edit posting after submissionFriendika2011-03-181-0/+91