aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* better scalingfriendica2014-06-021-1/+1
|
* issue #477friendica2014-06-011-1/+1
|
* issue #476friendica2014-05-311-1/+1
|
* doc updatesfriendica2014-05-301-1/+1
|
* this is an important bit - only mark dead hubs on directory servers. They ↵friendica2014-05-291-1/+1
| | | | shouldn't matter anywhere else.
* moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵friendica2014-05-281-1/+1
| | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'.
* give the cloud file list a bit of paddingfriendica2014-05-271-1/+1
|
* move some zot doco to our doc area and start on zot_structuresfriendica2014-05-261-1/+1
|
* fix the intermittent theme previewfriendica2014-05-251-1/+1
|
* app basic stylefriendica2014-05-241-1/+1
|
* add profile photo app because it is sometimes hard to find. Also doc updatesfriendica2014-05-231-1/+1
|
* sort by app name and not by apd filenamefriendica2014-05-221-1/+1
|
* make it possible to edit/delete apps via /apps/personal/editfriendica2014-05-211-1/+1
|
* most of the remaining apps basic infrastructure except a form to create the ↵friendica2014-05-201-1/+1
| | | | things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now.
* more app backend workfriendica2014-05-191-1/+1
|
* more app infrastructurefriendica2014-05-181-1/+1
|
* app DB structurefriendica2014-05-171-1/+1
|
* doc updatesfriendica2014-05-161-1/+1
|
* some backend stuff for appsfriendica2014-05-151-1/+1
|
* xss preventionfriendica2014-05-141-1/+1
|
* forbid redefinition of language plural_select functionfriendica2014-05-131-1/+1
|
* try to fix random logoutsfriendica2014-05-121-1/+1
|
* button styling mitemlistfriendica2014-05-111-1/+1
|
* better button theming on oauth connected apps pagefriendica2014-05-091-1/+1
|
* turn off ssl cookie protection by default since nobody that has problems ↵friendica2014-05-081-1/+1
| | | | | | | with it is apparently able to debug it. PLEASE turn it on by util/config system ssl_cookie_protection 1 if you use SSL. Please debug it if you have a problem and have any basic technical skills at all and tell us why it doesn't work so we can fix it and turn this on by default because it is very very very important.
* Do our best to provide sane cookie defaults.friendica2014-05-071-1/+1
|
* setup: check for open https port with an invalid cert, even if configured to ↵friendica2014-05-061-1/+1
| | | | use http. Also a bit more word-smithing on the resultant error text but it's still not perfect.
* minor text change.friendica2014-05-051-1/+1
|
* hopefully this will fix itfriendica2014-05-041-1/+1
|
* more easter eggsfriendica2014-05-031-1/+1
|
* weekly updatefriendica2014-05-021-1/+1
|
* rev updatefriendica2014-05-011-1/+1
|
* did somebody say "tweak?friendica2014-04-301-1/+1
|
* clean up the webpage list a bitfriendica2014-04-291-1/+1
|
* assets updatefriendica2014-04-281-1/+1
|
* assets updatefriendica2014-04-271-1/+1
|
* I'm not sure I care any more.friendica2014-04-261-1/+1
|
* missed the string update on an earlier checkinfriendica2014-04-251-1/+1
|
* ability to unset a layout and subthread is probably close to working again.friendica2014-04-231-1/+1
|
* Setting to undo/clear auto permissionsfriendica2014-04-211-1/+1
|
* bug fix on wall-item-dislike positionfriendica2014-04-201-1/+1
|
* move create a new collection below the actual collection list again. failed ↵friendica2014-04-181-1/+1
| | | | experiment.
* This preserves the alignment work done earlier but provides a more ↵friendica2014-04-171-1/+1
| | | | aesthetically pleasing page.
* rev updatefriendica2014-04-161-1/+1
|
* tag anyonefriendica2014-04-151-1/+1
|
* directory: make "connect" more prominent, but this ultimately needs more ↵friendica2014-04-141-1/+1
| | | | theme work.
* minor alignment issuesfriendica2014-04-131-1/+1
|
* soft revert 9bb7811 until we can look at it more closely.friendica2014-04-111-1/+1
|
* Include the entire original item when notifying other channels of deletions ↵friendica2014-04-101-1/+1
| | | | as it contains important routing and scope information. Previously we were only sending a couple of critical fields like the message-id, flags, and creation date. The thinking was that it is deleted, let's not resend the deleted contents anywhere. But in order to route this through the same path the original post took we really need the entire original post with all of its baggage attached.
* 'anybody in this network' permissions were not being allowed for ↵friendica2014-04-091-1/+1
| | | | non-connected channels.