Commit graph

7004 commits

Author SHA1 Message Date
friendica
386fa8e26c different background for preview so you know it's a preview 2013-02-04 19:25:24 -08:00
friendica
66b3603178 make preview work again after search/new template change 2013-02-04 18:50:55 -08:00
friendica
845ec4bef6 update search_item.tpl 2013-02-04 17:51:22 -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
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
4ae5445e03 support for OS files and add directory support to file/attach object 2013-02-03 17:22:35 -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
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
Oliver
17cf6c41db Ignore OSX .DS_Store 2013-02-02 22:59:39 +01: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
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
c4ca0f796a Fix broken menu for multiple profiles. 2013-02-02 16:28:10 +00: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
5c6c4395f4 Communication of mention tags were garbled 2013-02-02 04:47:30 -08: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
d4a6e5e513 add post_wall to forum permission defaults 2013-02-02 03:54:17 -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
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
6b3d36c36d when did the ago-time div get renamed? I don't remember doing that. 2013-01-31 20:53:07 -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
3d06f3964f add item revision column and index 2013-01-30 18:20:14 -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
fb9ccf5d1b fix edit permissions 2013-01-29 18:08:28 -08:00
friendica
f591526ebc missing permission settings 2013-01-29 18:01:33 -08:00
friendica
ae91347dcd Widget manager....
/*
         * Use a theme or app specific widget ordering list to determine what widgets should be included
         * for each module and in what order and optionally what region of the page to place them.
         * For example:
         * view/wgl/mod_connections.wgl:
         * -----------------------------
         * vcard aside
         * follow aside
         * findpeople rightside
         * collections aside
         *
         * If your widgetlist does not include a widget that is destined for the page, it will not be rendered.
         * You can also use this to change the order of presentation, as they will be presented in the order you specify.
         *
         */
2013-01-29 16:01:38 -08:00
friendica
62d08029d8 connnnnnnnections 2013-01-29 14:29:40 -08:00
friendica
b2d03eb55c convert mod/follow to associative json and add more logging for when things go wrong 2013-01-29 02:05:21 -08:00
friendica
3cf3f7437e It's really not supposed to be quite this chatty on the network - ah that's why. Oops. 2013-01-28 20:51:37 -08:00
friendica
95415bff69 delete item should now mostly work 2013-01-28 19:24:36 -08:00