Commit Graph

215 Commits

Author SHA1 Message Date
friendica ee1580427e don't draw attention to advanced permissions and their corresponding complexity and clearly mark the simple permissions which people are encouraged to use. 2014-02-02 17:54:36 -08:00
friendica 8efac0cfd6 fix sql query and provide setting to hide online status 2014-01-28 16:16:55 -08:00
friendica 0948c3c3ca allow site defaults for enabled features 2014-01-26 03:27:36 -08:00
friendica 125543aded more comanche migration 2013-12-19 02:16:14 -08:00
friendica 38fd8410eb split off mod_connections into mod_connections & mod_connedit - lots of links to fix 2013-12-18 01:00:08 -08:00
friendica c00f0d4b28 a couple more comanche conversions 2013-12-14 13:26:40 -08:00
friendica 1aa79d9ee6 some code cleanup - gad I forgot what a mess the "other" notifications tabs (everything but system) were in. Maybe I'll just remove them so we can start over. 2013-12-06 00:02:39 -08:00
friendica 1c5f98440d quite a bit of work on default acl permissions and various acl quirks 2013-11-29 14:09:21 -08:00
friendica 3e0ac769aa white screen 2013-11-21 17:23:14 -08:00
friendica fce5f2042d resetting password tries to update email address even if it didn't change - and if you've got the admin email this spits out a warning. 2013-11-18 14:06:34 -08:00
friendica 9158909fa3 return a login form on some protoected pages if not logged in. 2013-11-02 23:56:29 -07:00
Thomas Willingham ced0a9ab74 Don't set widgets if you're not a local user. 2013-11-02 21:11:43 +00:00
friendica a6c542289a add link to channel source management in settings if channel_sources feature is enabled 2013-09-30 22:01:11 -07:00
friendica dffce63662 implement republish permission for use in sourced channels 2013-09-30 21:49:26 -07:00
friendica 15ce90e69c oauth settings - clarify text 2013-09-23 18:27:23 -07:00
friendica cdfb5f9dc7 adult channel setting 2013-09-22 20:38:24 -07:00
friendica df8035344f clean up app management a bit 2013-09-20 21:36:10 -07:00
friendica 70c0beb857 block attempts to set the baseurl to an ip address if it was previously a dns name 2013-08-29 16:46:22 -07:00
friendica af72f40759 make premium channels a feature 2013-08-22 01:00:54 -07:00
friendica 20f3d09708 some sane permission defaults. 2013-08-18 20:20:03 -07:00
friendica a8dd7280b3 get rid of more variables with dashes in the names - use underscore *except* in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find. 2013-08-15 22:52:19 -07:00
friendica f287ff596c fix expire so it actually should expire stuff; and mostly the correct stuff - though it DOESN'T currently send out notifications to connections 2013-08-14 05:26:17 -07:00
friendica ca5abc0247 load_pconfig had some issues when given a family 2013-07-29 05:37:05 -07:00
friendica 6295dff409 browser location issue but this may not fix it 2013-07-29 01:18:42 -07:00
friendica 21c73ceb10 include zot 2013-07-25 17:52:55 -07:00
friendica 3d95fcb7cd more work on clone sync 2013-07-25 16:00:04 -07:00
friendica 4c30cddbfc provide a controlling user for theme settings, not necessarily local_user() - can't test on my test site so moving into production and I'll debug it there. 2013-07-16 22:48:05 -07:00
friendica 6e880cfd49 use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF 2013-07-07 17:22:40 -07:00
friendica b9466941e7 more work on channel sync 2013-06-26 17:31:02 -07:00
friendica 57c7f725f6 begin code to sync channel changes across all channel clones. 2013-06-25 18:15:17 -07:00
friendica 5f84e3940d much more efficient config functions. This will save potentially hundreds of DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days. 2013-06-17 20:16:50 -07:00
friendica 9f15600c7c community tagging - it's not much closer to working but a really good developer can now possibly hack their way through it instead of "there's only one person on the planet that can ever make this work". 2013-06-04 01:27:50 -07:00
friendica 0daaf35ff8 fix location setting stuff 2013-05-28 17:16:16 -07:00
friendica ab10db7e34 privacy settings macros - the basics except for toggling "publish in directory" which is rather hard because it's a custom on/off button and not a normal input thingy. 2013-05-20 20:22:26 -07:00
zottel 166596939b write notify settings to channel table when saving settings 2013-03-21 09:02:10 +01:00
friendica 3ee75a795a Whinging whining stupid fucks. 2013-02-12 02:02:35 -08:00
friendica 27c9288add reduce itemspage for better interactive performance 2013-02-10 17:10:58 -08:00
friendica 82ed07baa1 provide a global way of enforcing name policy restrictions, but only enforce empty names or length > storage size. Allow plugins to set other policies. In particular, you can't have an empty channel name now, but one char is legal ;-) 2013-02-07 18:53:51 -08:00
friendica bf4b964aeb update channel or default profile name change in all the appropriate places, but still need to tell people. 2013-02-07 18:26:38 -08:00
friendica 09ece497f7 more work on settings - move template utils to utils and get rid of mods 2013-02-02 16:10:27 -08:00
friendica 154ed4151a plugin_settings are now feature_settings 2013-01-31 20:39:14 -08:00
friendica 24565182a4 make addon (featured) settings page work 2013-01-31 19:28:00 -08:00
friendica 808de7b447 expire setting 2013-01-31 17:02:47 -08:00
friendica f591526ebc missing permission settings 2013-01-29 18:01:33 -08:00
friendica 6e6b268e25 auto permissions (such as for forums or whatever) - untested but might just work 2013-01-23 21:15:40 -08:00
friendica 2ae2bb4191 provide other ways to export the basic info 2013-01-16 21:34:36 -08:00
friendica 7df33bb963 fix register_policy globally 2013-01-03 13:50:23 -08:00
friendica a8812346c4 couple of fixes to follow, prepare for default connection permissions 2012-12-31 15:47:51 -08:00
friendica f09b9f1e44 add permission controls to "storage" objects such as attachments or other stored files 2012-12-22 03:33:12 -08:00
friendica 44e70bdca3 send stuff to zothub as a fallback directory master for now 2012-12-18 19:10:56 -08:00