aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* prevent follows of and notifications to deceased channelsfriendica2014-04-071-1/+1
|
* use parent_mid in the parent query for enotify instead of of the parent id. ↵friendica2014-04-061-1/+1
| | | | This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
* provide the ability for rpost to post as another of your channels. This does ↵friendica2014-04-051-1/+1
| | | | not yet work, so the functionality has not been enabled.
* doc updates, plus back-end work for rpost to let you post to a different ↵friendica2014-04-041-1/+1
| | | | channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms.
* snakebite: bring back some of the legacy XML discovery interfaces, update as ↵friendica2014-04-021-1/+1
| | | | required.
* save notes every ten seconds while focused, then save them once more on focusoutfriendica2014-04-011-1/+1
|
* photo timestamp was missing from main profile photo url which prevents photo ↵friendica2014-03-311-1/+1
| | | | changes from being immediately seen there.
* revise the sandboxfriendica2014-03-301-1/+1
|
* check that aside actually exists before querying the html lengthfriendica2014-03-291-1/+1
|
* fix delete missing permission checkfriendica2014-03-281-1/+1
|
* superfluous commafriendica2014-03-271-1/+1
|
* allow zotfeed to create a firehose of a site.friendica2014-03-261-1/+1
|
* ensure wall_upload always has width and height if the image is validfriendica2014-03-251-1/+1
|
* ssl ciphers - be liberal in what we accept, conservative in what we generatefriendica2014-03-241-1/+1
|
* improve curl error loggingfriendica2014-03-231-1/+1
|
* doc updatefriendica2014-03-211-1/+1
|
* increase log info to track down source of ownership failuresfriendica2014-03-201-1/+1
|
* prune_hub_reinstalls() and add cron weekly as a side effectfriendica2014-03-191-1/+1
|
* cleanupfriendica2014-03-181-1/+1
|
* sprintf errorfriendica2014-03-171-1/+1
|
* doc updatefriendica2014-03-161-1/+1
|
* remove allowed friend domains and allowed email domains from admin settings ↵friendica2014-03-131-1/+1
| | | | - as they are not implemented
* fix colors on input elements which bootstrap set to "inherit" and doesn't ↵friendica2014-03-121-1/+1
| | | | play nicely with dark themes.
* version updatefriendica2014-03-111-1/+1
|
* The README is getting a bit tired and really needs a re-write, but in the ↵friendica2014-03-101-1/+1
| | | | meanitme there's a link to donations that had to be cleaned up until we figure out how to do that without paypal.
* update cacert.pem , don't hide url link for rmagicfriendica2014-03-091-1/+1
|
* incorrect webfinger link per fabrixxmfriendica2014-03-081-1/+1
|
* doc updatefriendica2014-03-071-1/+1
|
* bring friends backfriendica2014-03-061-1/+1
|
* move language selector to a modulefriendica2014-03-051-1/+1
|
* !@#$% pay~!@#$palfriendica2014-03-041-1/+1
|
* missing filefriendica2014-03-031-1/+1
|
* allow templates to have multiple styles - this would be a bit like having a ↵friendica2014-03-021-1/+1
| | | | schema for a template file. At first you'll think this is insane and overly complicated, you'll just have to wait and see what I'm up to. Then it will start to make sense.
* first draft of creating templates documentationfriendica2014-03-011-1/+1
|
* try to fix youtube mixed content warningsfriendica2014-02-281-1/+1
|
* fix photos in private mailfriendica2014-02-271-1/+1
|
* vsprintf errorfriendica2014-02-261-1/+1
|
* allow personalised page layouts for modules.friendica2014-02-251-1/+1
|
* set theme for un-viewable profilefriendica2014-02-241-1/+1
|
* In case a page has overloaded a module, see if we already have a layout ↵friendica2014-02-231-1/+1
| | | | defined. Otherwise, if a pdl file exists for this module, use it.
* prevent mod/cloud looping (ping gets a new session on each call [wtf?] which ↵friendica2014-02-221-1/+1
| | | | triggers our "changed uid" detector)
* strings/version updatefriendica2014-02-211-1/+1
|
* believe i found the issue which was causing hundreds/thousands of identical ↵friendica2014-02-201-1/+1
| | | | hublocs to be created
* use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵friendica2014-02-191-1/+1
| | | | selection and setting to the settings page.
* edit bookmarksfriendica2014-02-181-1/+1
|
* project "snakebite"friendica2014-02-171-1/+1
|
* strip hard-wired zids from posted links as they will have the wrong identity ↵friendica2014-02-161-1/+1
| | | | when somebody tries to view the link
* rev update and a minor fix (missing param) to force_refreshfriendica2014-02-141-1/+1
|
* very simple schemefriendica2014-02-131-1/+1
|
* dav issue when listing protected contents from OS interfacefriendica2014-02-121-1/+1
|