Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try again | friendica | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | didn't work | friendica | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | sslify http links in media elements if you're on an https server | friendica | 2013-12-25 | 1 | -0/+32 |
| | |||||
* | extend the directory profiles a bit more | friendica | 2013-12-25 | 2 | -1/+18 |
| | |||||
* | improve the directory popup a bit | friendica | 2013-12-23 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-23 | 1 | -0/+1 |
|\ | |||||
| * | Merge pull request #253 from cvogeley/master | friendica | 2013-12-23 | 1 | -0/+1 |
| |\ | | | | | | | Show expire date in post tooltip | ||||
| | * | Show expire date in post tooltip | Christian Vogeley | 2013-12-23 | 1 | -0/+1 |
| | | | |||||
* | | | add account_level, is_foreigner and is_member functions; convert all e2ee ↵ | friendica | 2013-12-23 | 2 | -4/+39 |
|/ / | | | | | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!! | ||||
* | | Zidification of author links in webpages. | Thomas Willingham | 2013-12-23 | 1 | -1/+4 |
| | | |||||
* | | remove a couple of mysql reserved words from being used as table or row ↵ | friendica | 2013-12-22 | 8 | -28/+28 |
| | | | | | | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. | ||||
* | | clean up sys_channel creation so it will work | friendica | 2013-12-22 | 1 | -12/+24 |
| | | |||||
* | | Merge pull request #249 from cvogeley/master | friendica | 2013-12-22 | 1 | -0/+2 |
|\| | | | | | New modal dialog for item expiry | ||||
| * | Merge remote-tracking branch 'upstream/master' into bootstrap | Christian Vogeley | 2013-12-22 | 34 | -1331/+2469 |
| |\ | | | | | | | | | | | | | Conflicts: view/php/theme_init.php | ||||
| * | | New modal dialog for item expiry | Christian Vogeley | 2013-12-22 | 1 | -0/+2 |
| | | | |||||
* | | | Style | Thomas Willingham | 2013-12-22 | 1 | -7/+7 |
| | | | |||||
* | | | Must have broken that in a merge - put it back | Thomas Willingham | 2013-12-22 | 1 | -0/+17 |
| | | | |||||
* | | | Some sys chan stuff | Thomas Willingham | 2013-12-22 | 1 | -35/+14 |
| |/ |/| | |||||
* | | appears that I missed a few files for Comanchification. so here's mitem. | friendica | 2013-12-22 | 1 | -1/+8 |
| | | |||||
* | | split private messages into two modules - "message" is just for message ↵ | friendica | 2013-12-21 | 5 | -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 ↵ | friendica | 2013-12-20 | 2 | -8/+30 |
| | | | | | | | | message needs to be split. | ||||
* | | comanchify connedit, group | friendica | 2013-12-19 | 2 | -4/+33 |
| | | |||||
* | | sourced items which are then edited at the source weren't setting up the ↵ | friendica | 2013-12-19 | 1 | -1/+8 |
| | | | | | | | | second delivery chain. | ||||
* | | default photo issue, and connections page showing deleted accounts. Also ↵ | friendica | 2013-12-19 | 1 | -1/+1 |
| | | | | | | | | show last updated on connedit page | ||||
* | | comanchificate mod_photos | friendica | 2013-12-19 | 1 | -14/+19 |
| | | |||||
* | | make default profile photo configurable - should be functional but needs ↵ | friendica | 2013-12-19 | 3 | -4/+25 |
| | | | | | | | | admin ui | ||||
* | | add 'src' parameter to api photo list | friendica | 2013-12-19 | 1 | -1/+4 |
| | | |||||
* | | if somebody tagged you in a private post, the tag email notification ↵ | friendica | 2013-12-19 | 1 | -3/+2 |
| | | | | | | | | contained the obscured message. Clear it. | ||||
* | | more comanche | friendica | 2013-12-19 | 1 | -1/+5 |
| | | |||||
* | | more comanche | friendica | 2013-12-19 | 1 | -0/+4 |
| | | |||||
* | | more comanche migration | friendica | 2013-12-19 | 2 | -12/+27 |
| | | |||||
* | | split off mod_connections into mod_connections & mod_connedit - lots of ↵ | friendica | 2013-12-18 | 3 | -3/+4 |
| | | | | | | | | links to fix | ||||
* | | Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully ↵ | friendica | 2013-12-16 | 1 | -3/+4 |
| | | | | | | | | the fix will have no undesired side effects. | ||||
* | | bloody hell - it isn't defined either. | friendica | 2013-12-15 | 1 | -2/+2 |
| | | |||||
* | | bloody hell... php version incompatibility with openssl - openssl no longer ↵ | friendica | 2013-12-15 | 1 | -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 set | friendica | 2013-12-14 | 1 | -1/+1 |
| | | |||||
* | | make home.html fullpage mode - make directory search work for non-logged in, ↵ | friendica | 2013-12-14 | 1 | -1/+2 |
| | | | | | | | | but leave off suggest and invite | ||||
* | | a couple more comanche conversions | friendica | 2013-12-14 | 1 | -0/+132 |
| | | |||||
* | | prepare for Comanchification of mod_photos | friendica | 2013-12-13 | 2 | -2/+23 |
| | | |||||
* | | categories should already be html encoded - ensure this is the case but ↵ | friendica | 2013-12-13 | 1 | -2/+2 |
| | | | | | | | | don't double encode | ||||
* | | always load css and js sources using the same url as the page that is being ↵ | friendica | 2013-12-12 | 1 | -2/+24 |
| | | | | | | | | visited so there is no http/https mismatch. | ||||
* | | htmspecialchars_decode only takes one argument. | zottel | 2013-12-12 | 1 | -1/+1 |
| | | |||||
* | | more htmlspecialchars sanitisation | friendica | 2013-12-12 | 4 | -7/+7 |
| | | |||||
* | | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 4 | -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 correctly | friendica | 2013-12-11 | 1 | -1/+4 |
| | | |||||
* | | The affinity tool is not a "traditional" widget. But it is nevertheless a ↵ | friendica | 2013-12-11 | 1 | -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_js | friendica | 2013-12-11 | 1 | -1/+17 |
| | | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-11 | 3 | -3/+8 |
|\ \ | | | | | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css | ||||
| * \ | Merge pull request #239 from git-marijus/master | friendica | 2013-12-11 | 2 | -2/+6 |
| |\ \ | | | | | | | | | make empty notes saveable as well | ||||
| | * | | this makes quotes appear as quotes in notes once page is reloaded. i guess ↵ | marijus | 2013-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | thats fine since we use escape_tags() in notes.php |