Commit Graph

4028 Commits

Author SHA1 Message Date
friendica
b1fd6c53a5 tweaks to directory registrations which don't seem to be happening, also downgrade any directory that claims to be a primary directory for RED_GLOBAL. 2015-03-19 15:56:30 -07:00
friendica
63683734a2 make the channel item query match recent changes to network item query (and some slightly older changes in display item query), and allow '@' in linkified urls. 2015-03-18 19:06:05 -07:00
friendica
629f6bec74 ok it has to be owner. 2015-03-17 15:45:08 -07:00
friendica
7af012b1f9 The random bad signatures are because something somewhere is trimming the body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content. 2015-03-17 00:13:47 -07:00
friendica
bc22df9057 display a map for photos if allowed. Note: there is a bug in that if the map div starts with display:none one needs to reload the frame or zoom in or they end up at minimum resolution. Still trying to sort this out. 2015-03-16 22:06:03 -07:00
friendica
178b768e3c openid cleanup 2015-03-16 17:08:50 -07:00
friendica
ccf4734f7b make sure this sucker is quiet 2015-03-16 15:50:45 -07:00
friendica
52374bcd6e phase one of the great file storage unification - use one button for uploads of any type (image or attachment). We'll sort out which one it is and deal with it appropriately. 2015-03-16 15:33:08 -07:00
friendica
6da40fc559 mod_id: load profile so the sidebar profile will work 2015-03-15 16:48:45 -07:00
friendica
6537a65053 mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql 2015-03-15 15:36:01 -07:00
friendica
cc2c7bbcd8 revert the revert - that is working. My test was bad. 2015-03-14 01:03:37 -07:00
friendica
88167718ba revert and rethink 2015-03-14 00:51:16 -07:00
friendica
b76cdf82d2 create terms for Diaspora mention tags - which in Diaspora are handled differently than other tag links and have to be done separately; they aren't processed by linkify_tags which handles all of our other tag processing. Also move the abook_channel clause in mod_network to the join statement. This works fine in mysql and achievies the desired result. I hope postgres can handle an expression as a join clause. 2015-03-13 19:24:17 -07:00
zottel
e732fbe8e8 fix posts not showing up in network if author is not in connections 2015-03-14 00:22:47 +01:00
friendica
7d5efe88e0 use local_channel() connnections to match the abook against when joining the abook on the discover tab. 2015-03-13 15:39:19 -07:00
friendica
c412e6e640 revert that 2015-03-12 20:51:36 -07:00
friendica
93caead072 try to allow translation of ax regs 2015-03-12 20:43:53 -07:00
friendica
d60cb14c2f support a fair number of the common AX regs 2015-03-12 20:05:43 -07:00
friendica
f2d84608af Add some AX vars to openid server. 2015-03-12 18:48:32 -07:00
friendica
02a58dc5b0 more JS=1 weirdness 2015-03-12 16:20:29 -07:00
friendica
71f2a797cb try and add some regs 2015-03-12 15:19:54 -07:00
Mario Vavti
d11bec6f58 add generic_addon_settings template and minor fixes 2015-03-12 22:22:52 +01:00
Mario Vavti
0905180385 Merge branch 'master' of https://github.com/friendica/red 2015-03-12 10:20:21 +01:00
Mario Vavti
8113ee1c4a some work on feature/addon settings 2015-03-12 10:19:56 +01:00
Habeas Codice
1578c49976 substr() is a mysql alias for substring(). substring() is in the SQL standard and is supported by both
databases.
2015-03-12 00:28:49 -07:00
friendica
76fedfe1f8 openid stuff 2015-03-11 21:49:29 -07:00
friendica
64ae17aa6a Merge branch 'master' into openid 2015-03-11 19:35:23 -07:00
friendica
b3a9a6c802 remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links. 2015-03-11 18:56:28 -07:00
friendica
d6ce32ef78 parse_url changes for oembed/zvideo/etc. 2015-03-11 17:31:15 -07:00
friendica
a40c19d19d Merge branch 'master' into openid 2015-03-11 01:03:30 -07:00
friendica
bfd123c59a openid server 2015-03-11 01:03:14 -07:00
friendica
844b2ae587 cleanup of old delegation stuff 2015-03-10 20:19:17 -07:00
friendica
9d1df58759 sql optimisation for affinity searches. A new index was added which wasn't added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed). 2015-03-10 18:55:56 -07:00
friendica
5b35f1e6c4 Change logic of "don't create a status post for this photo upload" and turn it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync. 2015-03-10 15:43:15 -07:00
friendica
3466547784 missing include 2015-03-10 02:27:10 -07:00
friendica
98dffd77ef channel delegation 2015-03-10 02:23:14 -07:00
friendica
0134a41015 more work on queue optimisations 2015-03-09 19:57:35 -07:00
Habeas Codice
a611eed172 Whoops... should've actually checked the pg manual before merging #920 :-)
replace if(cond,val,val) with case when cond then val else val end, works on
both DBs
2015-03-09 17:54:14 -07:00
friendica
26a414fe4b make network page default options work more or less universally instead of just from the navbar, and fix some saved-search weirdness related to the delete-term icon 2015-03-09 16:27:12 -07:00
friendica
16bcca6aab up the count of directory tags 2015-03-09 15:24:05 -07:00
friendica
e7d3244276 Allow site to over-ride directory options. Bugger off. 2015-03-09 15:16:52 -07:00
friendica
aff7588832 fix comanche regions after comanche refactor a few days ago 2015-03-09 00:44:58 -07:00
habeascodice
f7d1fb9c5a Merge pull request #920 from dawnbreak/master
Add alert to admin page about old PHP version. Fixing (un)blocking accounts in admin.
2015-03-08 16:51:42 -07:00
Klaus Weidenbach
c6d45858bb Fixing (un)blocking accounts in /admin/users.
When I look at the instructions in sql_conventions about setting bit
flags I don't understand how this could have worked before. Changed the
behavior for (un)blocking so that it should work now.
2015-03-08 22:22:45 +01:00
Klaus Weidenbach
23ea974615 Add alert to admin page about old PHP version.
Add an alert message to admin summary page when a PHP version < 5.4 was
detected as this has reached EOL and will not be supported with the new
SabreDAV library.
Some styleguide optimisation.
Add NULL_DATE example to doc/sql_conventions.bb.
Display a "0" when no plugins active in summary page.
Added some more numbers to summary admin page, expired accounts,
channels. Hope I interpreted them right. I have no idea how to get
blocked accounts.
2015-03-08 17:51:58 +01:00
friendica
1351f9c81a Merge https://github.com/friendica/red into pending_merge 2015-03-07 15:22:00 -08:00
friendica
aac4affe65 directory: fix public forum listing 2015-03-07 15:21:23 -08:00
Mario Vavti
9cd7546be5 hopefully fix #919 2015-03-07 15:56:28 +01:00
friendica
53e908d7b7 when fixing "naked links" make sure not to double link double urls as seen in archive.org - which has the complete unescaped target url, scheme and all, as part of its own. 2015-03-06 20:45:26 -08:00
friendica
73891dc582 reverse smilie storage also 2015-03-06 03:04:04 -08:00