aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* category tagblockfriendica2014-11-061-1/+1
|
* some minor cleanup of unreported (and as yet undiscovered) issues with ↵friendica2014-11-051-1/+1
| | | | permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems.
* it appears bootbox was lost in a bootstrap upgradefriendica2014-11-041-1/+1
|
* provide example import scriptfriendica2014-11-031-1/+1
|
* add some more safety checks before turning the conversation request messages ↵friendica2014-11-021-1/+1
| | | | back on
* disable request message response until we work through thisfriendica2014-11-011-1/+1
|
* doc updatesfriendica2014-10-311-1/+1
|
* What this checkin does is catch the case where a comment arrived and there's ↵friendica2014-10-301-1/+1
| | | | a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
* allow feed pagingfriendica2014-10-291-1/+1
|
* change photo tag bubble tipfriendica2014-10-281-1/+1
|
* some documentation of permission roles and what the differences are.friendica2014-10-271-1/+1
|
* allow photos without comments to be likedfriendica2014-10-261-1/+1
|
* moved post_to_red to its own project ( https://github.com/friendica/wptored ↵friendica2014-10-251-1/+1
| | | | ), which I was planning to do anyway since it's kind of lost in the util folder, but also because having it there may present licensing issues, as it's GPL.
* string updatefriendica2014-10-241-1/+1
|
* wrong permalink on remote eventsfriendica2014-10-231-1/+1
|
* you've gotta' be on your toes to catch this bug... though it's been here for ↵friendica2014-10-221-1/+1
| | | | about 2 1/2 years and even survived a rewrite. Symptoms are that the archive widget only lists one month (the month when you first posted), and only if your first post was written between the 28th and 31st of whatever month that was.
* private forum issuesfriendica2014-10-211-1/+1
|
* move all theme initialisation to one place - just after calling module_init. ↵friendica2014-10-201-1/+1
| | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
* doc updatesfriendica2014-10-191-1/+1
|
* jsonp support (thankxs fabrixxm)friendica2014-10-161-1/+1
|
* Don't recognise hashtags starting with #, e.g. ###friendica2014-10-151-1/+1
|
* this is the reason Diaspora forum tagging was brokenfriendica2014-10-141-1/+1
|
* bring back PM upload functionality and why oh why are we still loading tinymce?friendica2014-10-131-1/+1
|
* content deletion issuefriendica2014-10-121-1/+1
|
* improvement in source route checking when handling complex *upstream* ↵friendica2014-10-101-1/+1
| | | | delivery chains, which were not adequately accounted for in the earlier checkin.
* try to track down intermittent wall-to-wall attribution on Diaspora exported ↵friendica2014-10-091-1/+1
| | | | posts
* soundcloud using a slightly different oembed mechanism - react accordinglyfriendica2014-10-081-1/+1
|
* check the imagick version before using it.friendica2014-10-071-1/+1
|
* install doc double escapes the store/[data] path.friendica2014-10-061-1/+1
|
* add 'nopush' option to the post API so somebody could bulk load a bunch of ↵friendica2014-10-051-1/+1
| | | | existing content via the API without invoking the notifier and sending each out as a fresh post.
* network page default optionfriendica2014-10-041-1/+1
|
* rev updatefriendica2014-10-031-1/+1
|
* issues with diaspora comment signatures on relayed comments that are relayed ↵friendica2014-10-021-1/+1
| | | | through a redmatrix site (parent post is redmatrix) and involve a private post.
* ability to pre-populate connections for new channels. e.g. "MySpace Tom"friendica2014-10-011-1/+1
|
* allow site specific templates, css, js, whateverfriendica2014-09-301-1/+1
|
* implement a "powered-by" but leave it turned off until somebody with a good ↵friendica2014-09-291-1/+1
| | | | eye for layout can figure out where best to put it.
* some background work for import/export of things and liked things/profilesfriendica2014-09-271-1/+1
|
* doc updates, clean up buttons on PM edit template to match other edit buttonsfriendica2014-09-261-1/+1
|
* optionally include wall items (posts) in import/exportfriendica2014-09-251-1/+1
|
* just an experiment - don't do anything with this until I'm finished with it.friendica2014-09-241-1/+1
|
* more work on d* private messagesfriendica2014-09-231-1/+1
|
* private mail from d* to r# seems to work with these edits. - Now have to go ↵friendica2014-09-221-1/+1
| | | | back the other way.
* feeds with '@' in the URL were being handled as webfinger addresses and ↵friendica2014-09-211-1/+1
| | | | didn't fall through to RSS discovery. Issue #599
* fix empty likesfriendica2014-09-201-1/+1
|
* try to sort out walltowall translation for diaspora recipientsfriendica2014-09-191-1/+1
|
* repeated content collapse on update from display page under rare conditions ↵friendica2014-09-181-1/+1
| | | | (when the conversation hasn't changed)
* implement permission roles - the backend should be done except for maybe a ↵friendica2014-09-171-1/+1
| | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone.
* use the more portable encoded_item format for exported items - but with ↵friendica2014-09-161-1/+1
| | | | added attributes so we can use it as a reasonably complete item backup. The encoded_item format gives us extended author and owner information in case we need to probe them to bring the entry back. It also contains taxonomy entries. Importing and/or recovering will best be accomplished in chunks. It could take some time and some memory to chew through this.
* rev updatefriendica2014-09-151-1/+1
|
* more heavy lifting on the hubloc management and revocation infrastructure; ↵friendica2014-09-141-1/+1
| | | | don't rush me. This is going to become a fundamental part of zot. It deserves careful consideration.