aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Must have broken that in a merge - put it backThomas Willingham2013-12-221-0/+17
|
* Some sys chan stuffThomas Willingham2013-12-221-35/+14
|
* appears that I missed a few files for Comanchification. so here's mitem.friendica2013-12-221-1/+8
|
* split private messages into two modules - "message" is just for message ↵friendica2013-12-215-7/+7
| | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* comanchify mod_directory. Two modules remaining. Actually three because ↵friendica2013-12-202-8/+30
| | | | message needs to be split.
* comanchify connedit, groupfriendica2013-12-192-4/+33
|
* sourced items which are then edited at the source weren't setting up the ↵friendica2013-12-191-1/+8
| | | | second delivery chain.
* default photo issue, and connections page showing deleted accounts. Also ↵friendica2013-12-191-1/+1
| | | | show last updated on connedit page
* comanchificate mod_photosfriendica2013-12-191-14/+19
|
* make default profile photo configurable - should be functional but needs ↵friendica2013-12-193-4/+25
| | | | admin ui
* add 'src' parameter to api photo listfriendica2013-12-191-1/+4
|
* if somebody tagged you in a private post, the tag email notification ↵friendica2013-12-191-3/+2
| | | | contained the obscured message. Clear it.
* more comanchefriendica2013-12-191-1/+5
|
* more comanchefriendica2013-12-191-0/+4
|
* more comanche migrationfriendica2013-12-192-12/+27
|
* split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-183-3/+4
| | | | links to fix
* Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully ↵friendica2013-12-161-3/+4
| | | | the fix will have no undesired side effects.
* bloody hell - it isn't defined either.friendica2013-12-151-2/+2
|
* bloody hell... php version incompatibility with openssl - openssl no longer ↵friendica2013-12-151-0/+4
| | | | accepts a string as an algorithm. Earlier versions didn't recognise sha256. So we'll look to see if the algorithm constant for sha256 is defined and if so we'll use that instead of the string.
* use sitename for the banner if nothing else has been setfriendica2013-12-141-1/+1
|
* make home.html fullpage mode - make directory search work for non-logged in, ↵friendica2013-12-141-1/+2
| | | | but leave off suggest and invite
* a couple more comanche conversionsfriendica2013-12-141-0/+132
|
* prepare for Comanchification of mod_photosfriendica2013-12-132-2/+23
|
* categories should already be html encoded - ensure this is the case but ↵friendica2013-12-131-2/+2
| | | | don't double encode
* always load css and js sources using the same url as the page that is being ↵friendica2013-12-121-2/+24
| | | | visited so there is no http/https mismatch.
* htmspecialchars_decode only takes one argument.zottel2013-12-121-1/+1
|
* more htmlspecialchars sanitisationfriendica2013-12-124-7/+7
|
* issue #240 - we were using htmlentities instead of htmlspecialchars in ↵friendica2013-12-114-51/+51
| | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
* cmax wasn't defaulting correctlyfriendica2013-12-111-1/+4
|
* The affinity tool is not a "traditional" widget. But it is nevertheless a ↵friendica2013-12-111-0/+26
| | | | widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
* head_remove_css, head_remove_jsfriendica2013-12-111-1/+17
|
* Merge https://github.com/friendica/red into zpullfriendica2013-12-113-3/+8
|\ | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| * Merge pull request #239 from git-marijus/masterfriendica2013-12-112-2/+6
| |\ | | | | | | make empty notes saveable as well
| | * this makes quotes appear as quotes in notes once page is reloaded. i guess ↵marijus2013-12-111-1/+1
| | | | | | | | | | | | thats fine since we use escape_tags() in notes.php
| | * make suggest channels a featuremarijus2013-12-112-1/+5
| | |
| * | Don't let nobody set an xconfig in safe search.Thomas Willingham2013-12-111-1/+2
| |/
* / comanchify all the simple cases - those that only load a profile. Rework ↵friendica2013-12-111-1/+6
|/ | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
* cleanup and Comanchification of mod_profilefriendica2013-12-101-0/+3
|
* mod channel is now Comanchifiedfriendica2013-12-101-0/+31
|
* we're almost ready to turn on comanche for mod_network. All the widgets are ↵friendica2013-12-101-1/+66
| | | | done.
* comanchify the savedsearch widgetfriendica2013-12-092-0/+97
|
* turn private notes into a featurefriendica2013-12-092-0/+4
|
* Merge branch 'master' of https://github.com/git-marijus/redfriendica2013-12-091-1/+1
|\ | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| * saved search icon work and bugfixes for #tags not beeing deletable and save ↵marijus2013-12-101-1/+1
| | | | | | | | button showing if saved search is disabled
* | notes widgetfriendica2013-12-091-0/+14
|/
* some work on modularising the default profile photo so we can make them site ↵friendica2013-12-093-9/+7
| | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space
* more comanchisation (I declare this to be a word)friendica2013-12-091-0/+13
|
* migrate follow widget to comanche and remove obsolete mod/intro.phpfriendica2013-12-092-26/+30
|
* suggestion widget tweaked to make it comanche capable. Remove old versions ↵friendica2013-12-083-55/+62
| | | | of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base.
* starting on the journey to comanche everywhere - beginning with widget ↵friendica2013-12-082-2/+10
| | | | conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.