aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* try to fix random logoutsfriendica2014-05-121-1/+1
|
* better checking for SSL servers, even though it probably doesn't fix the ↵friendica2014-05-081-1/+1
| | | | cookie bug
* remove the redundant install checkfriendica2014-05-081-1/+1
|
* turn off ssl cookie protection by default since nobody that has problems ↵friendica2014-05-081-9/+11
| | | | | | | 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-5/+5
|
* try againfriendica2014-05-051-2/+9
|
* revertfriendica2014-05-051-1/+2
|
* improved cookie securityfriendica2014-05-051-0/+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
* don't load any configs from DB if installing - especially in style.pcssfriendica2014-02-021-5/+5
|
* better check for setup modulefriendica2014-02-021-1/+1
|
* some windows fixesfriendica2014-02-021-8/+12
|
* clean up logger commands. Placed apostrophs at the end from some comments to ↵Michael Meer2014-01-301-3/+1
| | | | keep the syntax highlighting in vi working
* attempt with fix URL for testing worksMichael Meer2014-01-301-2/+3
|
* prevent reload loop if JS is active, but no cookies acceptedzottel2014-01-161-1/+5
|
* more dav workfriendica2014-01-031-2/+0
|
* set JS cookiezottel2013-12-091-0/+6
|
* Saved searches on the matrix/network page just got a lot more interesting. ↵friendica2013-10-011-1/+1
| | | | Hint: it's all about autocomplete
* fix include pathsdsp19862013-09-171-2/+2
|
* fix homebase variablefriendica2013-08-151-1/+1
|
* some object/thing tweaksfriendica2013-07-031-2/+5
|
* push refresh messages, performance work on conversations and configs, doc ↵friendica2013-06-141-0/+1
| | | | updates
* templatise alt_pagerfriendica2013-06-031-1/+1
|
* add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵fabrixxm2013-05-101-2/+2
| | | | compiled templates
* db abstraction layerfriendica2013-04-221-2/+2
|
* set hidden flags on new directory entries, not just existing onesfriendica2013-03-261-1/+1
|
* dangerous typo that removes all your hublocs, fix reshare formattingfriendica2013-03-111-1/+8
|
* implement Smarty3Zach Prezkuta2013-01-061-10/+12
|
* move all the final page construction to a construct_page() functionfriendica2013-01-041-80/+1
|
* import the toggle_mobile stuff to shut up some warningsfriendica2013-01-031-2/+2
|
* get rid of undefined $ error by mangling theme specific JS include orderfriendica2012-12-131-0/+3
|
* a bit of e_all cleanupfriendica2012-12-081-0/+2
|
* Allow anybody to completely over-ride any module on their own site without ↵friendica2012-11-281-12/+15
| | | | any core code edits. Just copy an existing module file to 'custom/{module}.php' and edit to your liking.
* start implementing zot-idfriendica2012-11-081-4/+6
|
* that was certainly some fun debugging (not)friendica2012-11-041-1/+1
|
* mv mod_install to mod_setup, conflict with name of install dirfriendica2012-11-031-1/+1
|
* more theme stufffriendica2012-11-031-2/+0
|
* fix page titlefriendica2012-10-291-1/+1
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* Give the UI a little love after all the backend modsfriendica2012-10-241-1/+3
|
* lotsa little fixesfriendica2012-10-211-2/+2
|
* don't show categories widget if there are nonefriendica2012-10-191-1/+0
|
* provide auto admin registration as before, but allow the current admin to ↵friendica2012-10-041-2/+0
| | | | create other admins
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-0/+13
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* create a widget registry for pages so themes can reorder, insert/delete, and ↵friendica2012-09-271-2/+20
| | | | relocate widgets to different regions of the page
* allow themes to add to and/or completely over-ride the module sidebarfriendica2012-09-251-7/+23
|
* permissions responder + upstream mergefriendica2012-09-101-0/+2
|
* back to identity creation formfriendica2012-08-231-22/+8
|
* per module code file for themesfriendica2012-08-221-0/+4
|
* improvements in js localisation/translationfriendica2012-08-131-23/+2
|