Commit Graph

2349 Commits

Author SHA1 Message Date
friendica 698a372ba1 Sort out registrations requiring approval 2013-02-11 16:43:27 -08:00
friendica 6db8e97535 tag notifications now work. 2013-02-11 15:51:43 -08:00
friendica ba3cff6d9a progress on tag delivery 2013-02-11 00:20:14 -08:00
friendica 191af201fb debug tag_deliver 2013-02-10 23:19:52 -08:00
friendica 127f5a447d debug import_profile_photo 2013-02-10 20:09:32 -08:00
friendica 08bc8ed876 add mimetype to protocol layers 2013-02-10 19:08:19 -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 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 6022a9e9cd more profiling - cache the qcomment list so we don't have to look it up for every rendered item 2013-02-09 04:22:11 -08:00
friendica d8c667288e this seems to cut load times in half 2013-02-09 03:40:56 -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 2f36f6307d another sql error from the logs 2013-02-08 16:29:18 -08:00
friendica ce95b1f68c clean up some sql errors from the logs 2013-02-08 16:26:00 -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 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 1ae87e51c5 No bloody comment. 2013-02-08 00:58:09 -08:00
friendica 71cfa66193 I think we're finally done with import_xchan_from_json - everything has been converted to import_xchan now 2013-02-07 20:06:01 -08:00
friendica 5c21798ed3 cleanup issues discovered in the logs 2013-02-07 19:55: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 ce2fd23461 this should fix the auto-friend stuff 2013-02-07 14:49:09 -08:00
friendica 1e665f4da1 catch typos 2013-02-06 21:22:48 -08:00
friendica 3a1eef6449 massive notification revision 2013-02-06 21:21:50 -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 6a23ac9217 added 'dlogger()' which is intended as a low noise personal logger() facility for developers. See the source. 2013-02-05 20:39:19 -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 a5671c0e26 error 500 trying to debug templates 2013-02-04 23:54:59 -08:00
friendica 66b3603178 make preview work again after search/new template change 2013-02-04 18:50:55 -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 ff0a73bf40 null notice when sending private mail 2013-02-04 15:06:23 -08:00
friendica 421921d4d0 debugging mark all seen for various notification types 2013-02-04 00:03:19 -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 b41106f2fb allow non-linkable locations, self-linked locations and get rid of google default location link 2013-02-02 16:34:00 -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 4ee4dcf43d fix con"n"nections 2013-02-02 20:07:28 +01:00
Oliver d1428571a9 fix con"n"nections 2013-02-02 20:05:50 +01:00
Thomas Willingham c4ca0f796a Fix broken menu for multiple profiles. 2013-02-02 16:28:10 +00:00
friendica 5c6c4395f4 Communication of mention tags were garbled 2013-02-02 04:47:30 -08:00
friendica ed277f82f4 searchable flag logic reversed 2013-02-02 03:11:23 -08:00
friendica 7645b440e8 more progress on photos api 2013-02-02 01:58:11 -08: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 982034b87d update friends in common tool now that poco is working 2013-01-31 17:55:52 -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 3767bba3c3 beginning of backend file/attachment api 2013-01-30 17:27:32 -08:00