aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* revamped private message templates, added multipart messages with text and ↵Chris Case2011-02-141-7/+33
| | | | html versions, updated de, en, fr and it. Translated the french version of the private message template.
* updated private message notification to use HTML, still need the foreign ↵Chris Case2011-02-131-22/+34
| | | | language message notifications updated
* receiving comment notifications for conversations we aren't "involved" inFriendika2011-02-121-1/+2
|
* toggles "post to facebook, post to twitter", etc.Friendika2011-02-112-2/+9
|
* general purpose callback landing page - e.g. for facebook pluginFriendika2011-02-101-0/+24
|
* log ignored pubsub deliveriesFriendika2011-02-091-1/+3
|
* post permission hooksFriendika2011-02-091-0/+2
|
* more graceful handling of some statusnet followupsFriendika2011-02-083-9/+32
|
* modify tag handling and replies to stnetFriendika2011-02-081-1/+21
|
* tweaks to reworked remote deletion, which also fixes some comment box odditiesFriendika2011-02-081-1/+1
|
* rework remote deletionFriendika2011-02-081-59/+66
|
* don't change photo visibility if only album name was changedFriendika2011-02-071-0/+8
|
* feed cleanupFriendika2011-02-071-1/+1
|
* theme name cleanup - rename default to loozah, provide sane fallbacks and ↵Friendika2011-02-061-3/+8
| | | | | | | change system primary theme. Provide indication on contact edit page of last update success/failure - can be extended later to show actual timestamp of last successful update.
* ensure that jot_plugins inherit '$visitor' correctlyFriendika2011-02-062-9/+11
|
* Merge branch 'fabrixxm-master'Friendika2011-02-052-37/+92
|\
| * Add a link to user photos in Upload Profile Photo pageFabio Comuni2011-02-041-1/+1
| |
| * Allow to set a photo from albums as profile photoFabio Comuni2011-02-042-37/+92
| |
* | more error checking on postsFriendika2011-02-041-10/+20
| |
* | prevent runaway notifications when parent=0 due to race conditionFriendika2011-02-041-38/+42
|/
* Merge branch 'photos' of https://github.com/fabrixxm/friendika into ↵Friendika2011-02-032-4/+23
|\ | | | | | | fabrixxm-photos
| * remove an erroneously pasted linefabrixxm2011-02-031-6/+1
| |
| * Fix tabsFabio Comuni2011-02-031-14/+14
| |
| * Show lock info on photosFabio Comuni2011-02-031-1/+9
| |
| * Extend lockview to show info on items, photos and eventsFabio Comuni2011-02-031-4/+20
| |
* | found the issue - remove the extra tracing stuffFriendika2011-02-031-7/+1
| |
* | allow parentless items from SN - add more tracing on notify failuresFriendika2011-02-031-3/+10
| |
* | allow changing album name in photo edit pageFriendika2011-02-031-6/+14
| |
* | remove selfFriendika2011-02-031-0/+50
| |
* | get media-rss thumbnail if available and nothing else was found (e.g. github).Friendika2011-02-021-0/+6
| |
* | backward compatibilityFriendika2011-02-011-1/+1
| |
* | protocol reversal, roll dfrn_version to 2.1Friendika2011-02-011-10/+18
| |
* | silence a few notice warningsFriendika2011-02-011-2/+2
| |
* | don't try to scrape atom/rss feeds. missing param in contact store (mod_follow)Friendika2011-02-011-1/+1
| |
* | truncate long namesFriendika2011-02-012-2/+2
|/
* email cc recipients (front end)Friendika2011-01-312-0/+4
|
* post to email recips (backend)Friendika2011-01-311-2/+29
|
* more ssl_policy cleanup, allow manual feed update per contact when hub is ↵Friendika2011-01-301-0/+10
| | | | whacked, log feed parse errors
* more debugging to see if the google push hub is even trying to publish our ↵Friendika2011-01-302-0/+2
| | | | content.
* identify email-only contactsFriendika2011-01-291-1/+8
|
* Merge branch 'fabrixxm-master'Friendika2011-01-2810-30/+28
|\ | | | | | | | | Conflicts: boot.php
| * Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-2410-30/+28
| | | | | | | | use proc_run()
* | removed java photo uploader from mainline. Photo uploaders are now plugins, ↵Friendika2011-01-271-31/+79
| | | | | | | | but a single item upload is available by default.
* | still not quite ready for the big photos rolloverFriendika2011-01-271-80/+29
| |
* | Revert "Revert "roll version - now in alpha 2.1""Friendika2011-01-271-29/+80
| | | | | | | | This reverts commit e8a3166fa9caa1bdff90526886ae705bc44c4ac8.
* | Revert "roll version - now in alpha 2.1"Friendika2011-01-271-80/+29
| | | | | | | | This reverts commit df4f77dadddc7bd756c3e4f72fa2fbe204cfff88.
* | roll version - now in alpha 2.1Friendika2011-01-271-29/+80
| |
* | set update frequency to twice daily for 'feed' contacts, unable to set ↵Friendika2011-01-262-6/+9
| | | | | | | | update frequency on contact edit form.
* | Merge branch 'oembed' of https://github.com/fabrixxm/friendika into ↵Friendika2011-01-262-2/+11
|\ \ | | | | | | | | | fabrixxm-oembed
| * | Add 'jot_tool' hook, plugins can add tool icons.Fabio Comuni2011-01-262-2/+11
| | |