Commit graph

2326 commits

Author SHA1 Message Date
friendica
c42936e265 we don't need to quote or rename 'default' in mySQL if we just use the original column name 'is_default' 2013-02-15 17:23:02 -08:00
friendica
9784536ff9 more groundwork for channel import 2013-02-14 17:39:16 -08:00
friendica
8b278db05c using old structures 2013-02-13 17:42:11 -08:00
friendica
ca08f13683 Sigh... I need another cuppa 2013-02-13 17:39:14 -08:00
friendica
cd14b0665e two really bad typos cancelled each other out so typo couldn't see either. 2013-02-13 17:37:37 -08:00
friendica
27aa8560ae catch all the changes 2013-02-13 17:35:14 -08:00
friendica
3fdbb8b4ce mod_common - use channel_id rather than channel_address 2013-02-13 17:33:58 -08:00
friendica
b2724f2ffd bring mod_common into the modern age 2013-02-13 15:40:24 -08:00
friendica
942adadec6 fix auto rmagic when visiting with zid 2013-02-13 02:33:13 -08:00
friendica
d1e5337c72 recursion and typo in rmagic with zid 2013-02-13 00:14:01 -08:00
friendica
02c636ed23 send correct 'searchable' directory setting based on default profile setting 2013-02-12 16:24:30 -08:00
friendica
3ee75a795a Whinging whining stupid fucks. 2013-02-12 02:02:35 -08:00
friendica
ba3cff6d9a progress on tag delivery 2013-02-11 00:20:14 -08:00
friendica
c42dbebd76 xchan lookup tool - provide the first few chars of an xchan and find out who it is 2013-02-10 20:17:55 -08:00
friendica
32d07c3df7 fix profile selector on profile_photo page (unquoted mysql reserved word 'default') 2013-02-10 19:54:43 -08:00
friendica
b92cdd2a27 prevent repeated channel names in system notifications 2013-02-10 19:34:02 -08:00
friendica
27c9288add reduce itemspage for better interactive performance 2013-02-10 17:10:58 -08:00
friendica
90c1ecca24 taming the wild mod_display 2013-02-10 17:03:33 -08:00
friendica
2cfd73c57d progress on mod/display - slow but any progress is good 2013-02-10 16:04:03 -08:00
friendica
99c5f88963 mod_display - no fun. Not working at all. But a bit of progress. 2013-02-10 04:55:29 -08:00
friendica
260a012b02 add soapbox settings 2013-02-10 00:13:34 -08:00
friendica
e0cbbbf918 smarty support in intltext, fix old pending accounts query in ping, log failed email register notify 2013-02-09 13:20:10 -08:00
friendica
6d73e5c0a6 add count of items to profiler so we can get a running average 2013-02-09 02:56:45 -08:00
friendica
55df911403 performance profiling - 95% of the time is spent in "conversation()" e.g. rendering and templates, even with the new theme engine. The time spent in the DB is miniscule. Will have to profile the bbcode processing and template engines individually to drill down further. 2013-02-09 02:46:50 -08:00
friendica
28b11f3567 debug rmagic 2013-02-08 18:28:39 -08:00
friendica
f6af431612 rmagic module to be called from nav bar on remote site - still needs a template. 2013-02-08 18:14:54 -08:00
friendica
62afdf3820 more register_approve stuff - like the admin page. Hopefully this won't conflict with Thomas's admin page "list users" changes 2013-02-08 03:51:31 -08:00
friendica
07e0ffd7c7 reduce debug noise 2013-02-08 03:26:10 -08:00
friendica
dbc024cdaf perhaps REGISTER_VERIFY will work now. I'll test it and make certain it works some day. But not today. 2013-02-08 03:11:40 -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
ce2fd23461 this should fix the auto-friend stuff 2013-02-07 14:49:09 -08:00
friendica
1e8146fc5c work on notifications 2013-02-06 20:29:17 -08:00
friendica
af1b3c6c9a this might make zot-id work as originally conceived complete with reverse magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.) 2013-02-06 17:04:34 -08:00
friendica
2a6abaf9d5 partial cleanup of mod/profile_photo - needs a LOT more 2013-02-05 20:14:19 -08:00
friendica
f3eb2eb9e7 convert wall_upload to use the photo api 2013-02-05 16:54:09 -08:00
friendica
05ba851d52 mod/attach support for files/attachments using OS storage 2013-02-05 15:34:30 -08:00
friendica
0aaa95fc25 owner's like reversed instead of observer's. 2013-02-05 14:12:00 -08:00
friendica
da388f4bc5 fix new/search mod on network page, fix the parent queries on network and channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right. 2013-02-04 17:46:04 -08:00
friendica
421921d4d0 debugging mark all seen for various notification types 2013-02-04 00:03:19 -08:00
friendica
13ff4b9f01 bring back selective "mark unseen" on network page now that we can mark all unseen 2013-02-03 20:39:43 -08:00
friendica
fb2b21626e clearly a chanview link is not going to work there, go back to zid. 2013-02-03 19:53:16 -08:00
friendica
9dcecb6b37 finish up the "mark all xyz seen" for all known values of xyz 2013-02-03 19:07:01 -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
3eacd7aab3 debugging the photo api 2013-02-02 15:08:11 -08:00
friendica
c5b00bc56c Merge pull request #26 from beardy-unixer/master
Admin page
2013-02-02 12:50:04 -08:00
Oliver
33855da15a fix con"n"nections 2013-02-02 20:04:38 +01:00
Oliver
a37cd2f600 fix con"n"nections 2013-02-02 20:03:01 +01:00
Thomas Willingham
70dc7993be We DO only have one queue for now. 2013-02-02 15:00:13 +00:00
Thomas Willingham
0f13ae0ade Merge remote-tracking branch 'upstream/master' 2013-02-02 14:56:17 +00:00
Thomas Willingham
1633f95db8 Clean up no longer used admin functions, plus fix summary template. 2013-02-02 14:54:40 +00:00
friendica
e2dd38b0bc ensure that stored tag terms are taken after term expansion, e.g. @"Mike Macgirvin" and not @"mike+2" 2013-02-02 04:38:40 -08:00
friendica
7645b440e8 more progress on photos api 2013-02-02 01:58:11 -08:00
Thomas Willingham
21b04c4582 Fix admin summary. 2013-02-02 03:36:25 +00:00
friendica
344b8593a8 sort out the rest of the nasty stuff in the attachment/file api - time to move on to something else 2013-02-01 00:49:07 -08:00
friendica
5ca88ca10a debugging of file attachment api - somewhat functional but the attachment info structure in the item table needs to be re-done. 2013-01-31 23:56:46 -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
982034b87d update friends in common tool now that poco is working 2013-01-31 17:55:52 -08:00
friendica
808de7b447 expire setting 2013-01-31 17:02:47 -08:00
friendica
24cd0d98a7 this should fix xchan photo permissions 2013-01-31 16:39:50 -08:00
friendica
02e099da45 file/attachment storage api with revision control - needs a bit more testing but the framework is in place 2013-01-31 16:13:44 -08:00
friendica
a72c16c7c0 file replace option for wall attachments. 2013-01-30 20:42:20 -08:00
friendica
2f9a9ec8b1 enforce the new enhanced permissions (not just simple access controls) on photos - caveat: the default profile photo cannot be restricted. Any such restrictions will be ignored. 2013-01-30 19:52:07 -08:00
friendica
3767bba3c3 beginning of backend file/attachment api 2013-01-30 17:27:32 -08:00
friendica
e270bd3874 mark for death implemented 2013-01-29 19:28:19 -08:00
friendica
f591526ebc missing permission settings 2013-01-29 18:01:33 -08:00
friendica
95415bff69 delete item should now mostly work 2013-01-28 19:24:36 -08:00
friendica
89c6fc939d Someday the social graph will work, but alas not today. Add more debugging. 2013-01-28 18:07:31 -08:00
friendica
4c5d2fe0fe check for mcrypt during install, allow admin email account to be admin *if* it's the first account. 2013-01-27 22:49:18 -08:00
friendica
1dbd160392 suppose I should do this right. 2013-01-27 19:05:51 -08:00
friendica
a627cdcf7d still no social graph - oh maybe it's because the observer hash isn't valid and everybody's permission is denied. Well it's just another bug, but not the real bug. We're connecting as anonymous so that shouldn't make a difference. 2013-01-27 19:02:03 -08:00
friendica
096ff372ee var spelling 2013-01-27 18:13:34 -08:00
friendica
357e71cb44 simplify friendship approval - merge with connection editing 2013-01-27 17:05:32 -08:00
friendica
bec484237a log directory source url 2013-01-27 15:21:05 -08:00
friendica
28ab6d5bf5 lostpass fixes and login/logout flow if authenticated but no default channel exists 2013-01-27 01:19:24 -08:00
friendica
22bde9b2b7 maybe 'lostpass' will work now, maybe not. Didn't try it, but theoretically it's updated. 2013-01-27 00:08:07 -08:00
friendica
3e0040d7c3 photos cont. 2013-01-26 03:42:05 -08:00
friendica
91126d8dd3 more photo backend stuff 2013-01-26 02:24:07 -08:00
friendica
70aa8421b3 further baby steps on the photos API 2013-01-25 23:32:44 -08:00
friendica
93af193218 terminate script tag 2013-01-25 18:14:44 -08:00
friendica
b43b6c3549 start on photos rework 2013-01-25 18:13:15 -08:00
friendica
c96eb6dc97 make contact_remove sort of work so I can actually get rid of Oliver's and Michael J's dead contacts and not poll them every ten minutes forever 2013-01-25 16:18:35 -08:00
friendica
a8575199af upstream fixes, template regeneration 2013-01-25 13:55:42 -08:00
friendica
c657cabc9a Putting the final wraps on the backend private message API. This is more or less what needs to happen for every data type and get all the SQL code out of the front-end controllers. 2013-01-25 12:28:32 -08:00
friendica
50915c4692 add tooltip to toggle full screen mode 2013-01-25 03:58:36 -08:00
friendica
851e436d04 make all private message functionality api-able 2013-01-24 23:45:15 -08:00
friendica
566dd55146 turn down the log noise a bit 2013-01-24 19:45:08 -08:00
friendica
33b22338dc turn private_messages_list into backend functionality and separate it from the controller 2013-01-24 18:51:02 -08:00
friendica
4f7f547190 why oh why is poco_load not getting called? oh - that's why. 2013-01-24 14:31:57 -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
f63997f618 plug potential hole in magic auth, add link to chanview to view in dedicated window 2013-01-23 16:06:01 -08:00
friendica
a10ff18f0e @tags sorta work, but we might have an issue with sending zids in @tags 2013-01-23 01:33:03 -08:00
friendica
2c1ba66016 make @tags half-ass work 2013-01-23 01:26:38 -08:00
friendica
d06c21dc39 some poco fixes 2013-01-22 20:48:03 -08:00
friendica
d43591fb0f fixed contactgroup editor 2013-01-22 20:13:20 -08:00
friendica
c09fad42ea fix observer permissions on wall_attach 2013-01-22 19:36:14 -08:00
friendica
cf2488e999 clean up the photo storage backend, revamp mod/wall_upload 2013-01-22 17:48:42 -08:00
friendica
beb3301d43 security fixes related to directory access and sites that are off the grid 2013-01-22 02:56:32 -08:00
friendica
bda4ca4c0d hidden directory entries 2013-01-22 00:20:25 -08:00