Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | set system.projecthome to 1 if you want the project page for a home page. ↵ | friendica | 2013-12-15 | 8 | -43/+870 | |
| | | | | | | | | | | | | | | | | | | | | There was a bit of re-org of mod/home, which might alter the behaviour for some existing sites. Basically we're not showing a login box at all if you've got home.html - there should be a login link in th nav bar. If you haven't defined anything at all we'll fall back to the old behaviour but still allow the home contents to be set via plugin. | |||||
* | | | | | Provide a fallback channel to probe for magic-auth when we have no prior ↵ | friendica | 2013-12-15 | 6 | -24/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got. | |||||
* | | | | | use sitename for the banner if nothing else has been set | friendica | 2013-12-14 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | missed this | friendica | 2013-12-14 | 1 | -7/+9 | |
| | | | | | ||||||
* | | | | | make home.html fullpage mode - make directory search work for non-logged in, ↵ | friendica | 2013-12-14 | 4 | -13/+12 | |
| | | | | | | | | | | | | | | | | | | | | but leave off suggest and invite | |||||
* | | | | | a couple more comanche conversions | friendica | 2013-12-14 | 7 | -86/+142 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-13 | 2 | -25/+31 | |
|\ \ \ \ | ||||||
| * | | | | Merge pull request #242 from git-marijus/master | friendica | 2013-12-13 | 2 | -25/+31 | |
| |\| | | | | | | | | | | | | | move affinity slider to widgets.css and minor cleanup | |||||
| | * | | | mark some things for deletion | marijus | 2013-12-12 | 1 | -1/+11 | |
| | | | | | ||||||
| | * | | | move affinity slider to widgets.css and minor cleanup | marijus | 2013-12-12 | 2 | -24/+20 | |
| | | | | | ||||||
* | | | | | prepare for Comanchification of mod_photos | friendica | 2013-12-13 | 3 | -3/+27 | |
|/ / / / | ||||||
* | / / | categories should already be html encoded - ensure this is the case but ↵ | friendica | 2013-12-13 | 1 | -2/+2 | |
| |/ / |/| | | | | | | | | don't double encode | |||||
* | | | doc additions | friendica | 2013-12-13 | 2 | -0/+141 | |
| | | | ||||||
* | | | add construct_page hook | friendica | 2013-12-13 | 111 | -2295/+2264 | |
| | | | ||||||
* | | | 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. | |||||
* | | Merge pull request #241 from zzottel/master | zzottel | 2013-12-12 | 1 | -1/+1 | |
|\ \ | | | | | | | htmspecialchars_decode only takes one argument. | |||||
| * | | htmspecialchars_decode only takes one argument. | zottel | 2013-12-12 | 1 | -1/+1 | |
|/ / | ||||||
* | | more htmlspecialchars sanitisation | friendica | 2013-12-12 | 4 | -7/+7 | |
| | | ||||||
* | | check that every invocation of htmlspecialchars has the right arg list | friendica | 2013-12-12 | 8 | -10/+10 | |
| | | ||||||
* | | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 7 | -87/+55 | |
| | | | | | | | | 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 | 4 | -27/+34 | |
| | | | | | | | | 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 | |
| | | ||||||
* | | missing brace in redbasic style.css | friendica | 2013-12-11 | 2 | -0/+2 | |
| | | ||||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-11 | 13 | -1695/+1702 | |
|\ \ | | | | | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css | |||||
| * \ | Merge pull request #239 from git-marijus/master | friendica | 2013-12-11 | 9 | -124/+165 | |
| |\ \ | | | | | | | | | make empty notes saveable as well | |||||
| | * | | this is not needed anymore | marijus | 2013-12-11 | 2 | -5/+1 | |
| | | | | ||||||
| | * | | .selected is in use for something else already | marijus | 2013-12-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | also add group widget to widgets.css | marijus | 2013-12-11 | 2 | -31/+33 | |
| | | | | ||||||
| | * | | unify styling a little | marijus | 2013-12-11 | 2 | -15/+10 | |
| | | | | ||||||
| | * | | split out widgets.css | marijus | 2013-12-11 | 3 | -79/+132 | |
| | | | | ||||||
| | * | | we dont use doubble tagging in /network and /channel anymore... remove it ↵ | marijus | 2013-12-11 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | from /search as well | |||||
| | * | | this saves notes on the fly. i think this is appropriate behavior for a ↵ | marijus | 2013-12-11 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | notes widget. btw... one would get mad at oneself if noting something important and forget to save it. with this behavior one can at least get mad at the developer if something goes wrong :) | |||||
| | * | | 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 | |||||
| | * | | make suggest channels a feature | marijus | 2013-12-11 | 2 | -1/+5 | |
| | | | | ||||||
| | * | | make empty notes saveable as well | marijus | 2013-12-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Don't let nobody set an xconfig in safe search. | Thomas Willingham | 2013-12-11 | 2 | -1/+4 | |
| |/ / | ||||||
| * | | Merge pull request #238 from tuscanhobbit/master | Paolo T | 2013-12-11 | 2 | -1570/+1532 | |
| |\| | | | | | | | italian translation | |||||
| | * | italian translation | p.tacconi | 2013-12-11 | 2 | -1570/+1532 | |
| |/ | ||||||
* | | remove hidden and deleted channels from viewconnections | friendica | 2013-12-11 | 1 | -7/+4 | |
| | | ||||||
* | | comanchify all the simple cases - those that only load a profile. Rework ↵ | friendica | 2013-12-11 | 16 | -325/+74 | |
|/ | | | | 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_profile | friendica | 2013-12-10 | 3 | -45/+11 | |
| | ||||||
* | issue #237 - when manually changing an uploaded photo URL in a post to an ↵ | friendica | 2013-12-10 | 1 | -1/+4 | |
| | | | | invalid URL that happens to not throw an error, it affects the ability to parse the URL to see if it's a local image and correct permissions. The correct way to do this is to change the '-2' to '-1' if you want 640 instead of 320 and '-0' if you want the original size - which is not likely to win you many friends if it happens to be a 42 megapixel photo. We might have limits in place to prevent monster photos from destroying everybody's streams, but many services you export the post to will probably not. | |||||
* | mod channel is now Comanchified | friendica | 2013-12-10 | 5 | -26/+38 | |
| | ||||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-10 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #235 from zzottel/master | friendica | 2013-12-10 | 1 | -1/+1 | |
| |\ | | | | | | | When counting not yet loaded images, count all in .wall-item-body. | |||||
| | * | When counting not yet loaded images, count all in .wall-item-body. | zottel | 2013-12-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | look for comanche module pages using theme_include() | friendica | 2013-12-10 | 1 | -2/+2 | |
|/ / | ||||||
* | | matrix/network page under Comanche cont. | friendica | 2013-12-10 | 2 | -0/+4 | |
| | | ||||||
* | | mod_network is now running under Comanche. Yay. | friendica | 2013-12-10 | 3 | -10/+12 | |
| | |