Commit Graph

161 Commits

Author SHA1 Message Date
Alexandre Hannud Abdo bc389ff934 Language selection: case-insensitive and system language
Fixed ignoring HTTP_ACCEPT_LANGUAGE tags that had uppercase
characters.

Fixed defining a->language too soon to ever get the system lang
2014-05-23 10:16:03 -03:00
friendica b3cc05c41d try to fix random logouts 2014-05-12 17:04:03 -07:00
friendica 4cf684a701 better checking for SSL servers, even though it probably doesn't fix the cookie bug 2014-05-08 18:50:33 -07:00
friendica c410406922 remove the redundant install check 2014-05-08 16:33:35 -07:00
friendica d4e00c7bde turn off ssl cookie protection by default since nobody that has problems 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.
2014-05-08 16:28:40 -07:00
friendica 1ca8584390 Do our best to provide sane cookie defaults. 2014-05-07 16:31:54 -07:00
friendica 1fa8bc12e5 try again 2014-05-05 18:49:58 -07:00
friendica 2949030461 revert 2014-05-05 18:38:11 -07:00
friendica f0653ace22 improved cookie security 2014-05-05 18:35:02 -07:00
friendica ebd52368bb strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link 2014-02-16 14:13:26 -08:00
friendica baf3b052f6 don't load any configs from DB if installing - especially in style.pcss 2014-02-02 18:18:22 -08:00
friendica 02e4527de6 better check for setup module 2014-02-02 14:09:09 -08:00
friendica b39c0d54c0 some windows fixes 2014-02-02 14:06:36 -08:00
Michael Meer c5ac5544cb clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working 2014-01-30 11:04:20 +01:00
Michael Meer 0a2b2a1390 attempt with fix URL for testing works 2014-01-30 10:39:09 +01:00
zottel 1280a9abfa prevent reload loop if JS is active, but no cookies accepted 2014-01-16 14:22:59 +01:00
friendica 475b24ca9e more dav work 2014-01-03 01:44:25 -08:00
zottel 198264aaf9 set JS cookie 2013-12-09 13:30:00 +01:00
friendica f3d351621d Saved searches on the matrix/network page just got a lot more interesting. Hint: it's all about autocomplete 2013-10-01 19:54:22 -07:00
dsp1986 ff56e95c6e fix include paths 2013-09-17 09:41:48 +02:00
friendica ef414ba94c fix homebase variable 2013-08-15 05:20:23 -07:00
friendica fbdee83dca some object/thing tweaks 2013-07-03 20:37:39 -07:00
friendica 765d6e0a97 push refresh messages, performance work on conversations and configs, doc updates 2013-06-14 16:54:58 -07:00
friendica b866cc26fa templatise alt_pager 2013-06-03 18:16:00 -07:00
fabrixxm d4c07930d5 add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for compiled templates 2013-05-10 06:13:24 -04:00
friendica 552f03122c db abstraction layer 2013-04-22 20:02:21 -07:00
friendica abd58bce68 set hidden flags on new directory entries, not just existing ones 2013-03-26 19:37:33 -07:00
friendica b86277b0ff dangerous typo that removes all your hublocs, fix reshare formatting 2013-03-11 16:13:09 -07:00
Zach Prezkuta a0d19ffb72 implement Smarty3 2013-01-06 15:57:11 -07:00
friendica 3795720421 move all the final page construction to a construct_page() function 2013-01-04 20:27:41 -08:00
friendica f8bd476b88 import the toggle_mobile stuff to shut up some warnings 2013-01-03 15:52:05 -08:00
friendica c360565d0a get rid of undefined $ error by mangling theme specific JS include order 2012-12-13 04:47:06 -08:00
friendica c70777e19c a bit of e_all cleanup 2012-12-08 14:18:02 -08:00
friendica 7c047bea33 Allow anybody to completely over-ride any module on their own site without any core code edits. Just copy an existing module file to 'custom/{module}.php' and edit to your liking. 2012-11-28 01:23:16 -08:00
friendica 22841e1566 start implementing zot-id 2012-11-08 19:07:19 -08:00
friendica 152641bf24 that was certainly some fun debugging (not) 2012-11-04 20:53:59 -08:00
friendica f5b1eee177 mv mod_install to mod_setup, conflict with name of install dir 2012-11-03 14:59:46 -07:00
friendica 7915e597ec more theme stuff 2012-11-03 06:32:27 -07:00
friendica e36ca7b41f fix page title 2012-10-29 17:32:23 -07:00
friendica e3c2e58979 "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details. 2012-10-29 17:14:02 -07:00
friendica ceeb4db6e3 Give the UI a little love after all the backend mods 2012-10-24 19:13:29 -07:00
friendica 8f9ddcb536 lotsa little fixes 2012-10-21 22:11:02 -07:00
friendica 8981da89c3 don't show categories widget if there are none 2012-10-19 03:36:09 -07:00
friendica 7bee460df2 provide auto admin registration as before, but allow the current admin to create other admins 2012-10-04 23:05:45 -07:00
friendica 846a9813b2 here's where the heavy lifting begins - everything is likely to be broken 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. 2012-10-01 18:02:11 -07:00
friendica d261fe271f create a widget registry for pages so themes can reorder, insert/delete, and relocate widgets to different regions of the page 2012-09-27 17:48:10 -07:00
friendica ba4fe4ff91 allow themes to add to and/or completely over-ride the module sidebar 2012-09-25 21:35:35 -07:00
friendica c8957b36ea permissions responder + upstream merge 2012-09-10 22:00:56 -07:00
friendica 2456174cc9 back to identity creation form 2012-08-23 20:00:10 -07:00
friendica a9dabd8eb9 per module code file for themes 2012-08-22 19:51:08 -07:00