Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide visual feedback when deleting a like by liking it again. | friendica | 2015-03-22 | 4 | -7/+14 |
| | |||||
* | fix multiple vote issues | friendica | 2015-03-21 | 1 | -2/+3 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-21 | 1 | -2/+15 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-21 | 2 | -12/+5 |
| |\ | |||||
| * | | fix acl for if we have an cid in /network and make $bang better visible | Mario Vavti | 2015-03-21 | 1 | -2/+15 |
| | | | |||||
* | | | add loadtime search to channel and fix it for home. display and search need ↵ | friendica | 2015-03-21 | 5 | -7/+53 |
| |/ |/| | | | | | further investigation | ||||
* | | set to empty string so it doesn't get mis-handled as a null | friendica | 2015-03-20 | 1 | -0/+2 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-20 | 2 | -13/+27 |
|\| | |||||
| * | some tabs title statuseditor restructuring | Mario Vavti | 2015-03-21 | 1 | -10/+23 |
| | | |||||
| * | need the cloudpath before creating the object | Mario Vavti | 2015-03-20 | 1 | -4/+3 |
| | | |||||
| * | possible improvement regarding deletion | Mario Vavti | 2015-03-20 | 1 | -2/+4 |
| | | |||||
* | | config to hide version tag from siteinfo - on my site it's meaningless. | friendica | 2015-03-20 | 2 | -12/+3 |
|/ | |||||
* | call parse_url from rpost and add the result to the content body if invoked ↵ | friendica | 2015-03-19 | 1 | -0/+5 |
| | | | | with a url argument | ||||
* | tweaks to directory registrations which don't seem to be happening, also ↵ | friendica | 2015-03-19 | 2 | -7/+2 |
| | | | | downgrade any directory that claims to be a primary directory for RED_GLOBAL. | ||||
* | make the channel item query match recent changes to network item query (and ↵ | friendica | 2015-03-18 | 1 | -3/+5 |
| | | | | some slightly older changes in display item query), and allow '@' in linkified urls. | ||||
* | ok it has to be owner. | friendica | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | The random bad signatures are because something somewhere is trimming the ↵ | friendica | 2015-03-17 | 1 | -1/+1 |
| | | | | 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. | ||||
* | display a map for photos if allowed. Note: there is a bug in that if the map ↵ | friendica | 2015-03-16 | 1 | -0/+8 |
| | | | | 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. | ||||
* | openid cleanup | friendica | 2015-03-16 | 2 | -98/+68 |
| | |||||
* | make sure this sucker is quiet | friendica | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | phase one of the great file storage unification - use one button for uploads ↵ | friendica | 2015-03-16 | 1 | -2/+29 |
| | | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately. | ||||
* | mod_id: load profile so the sidebar profile will work | friendica | 2015-03-15 | 2 | -39/+20 |
| | |||||
* | mysql schema typo, do the install check for store before chcking smarty, as ↵ | friendica | 2015-03-15 | 1 | -2/+2 |
| | | | | that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql | ||||
* | revert the revert - that is working. My test was bad. | friendica | 2015-03-14 | 1 | -3/+3 |
| | |||||
* | revert and rethink | friendica | 2015-03-14 | 1 | -3/+3 |
| | |||||
* | create terms for Diaspora mention tags - which in Diaspora are handled ↵ | friendica | 2015-03-13 | 1 | -6/+6 |
| | | | | 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. | ||||
* | fix posts not showing up in network if author is not in connections | zottel | 2015-03-14 | 1 | -3/+3 |
| | |||||
* | use local_channel() connnections to match the abook against when joining the ↵ | friendica | 2015-03-13 | 1 | -2/+2 |
| | | | | abook on the discover tab. | ||||
* | revert that | friendica | 2015-03-12 | 1 | -4/+25 |
| | |||||
* | try to allow translation of ax regs | friendica | 2015-03-12 | 1 | -29/+52 |
| | |||||
* | support a fair number of the common AX regs | friendica | 2015-03-12 | 1 | -5/+68 |
| | |||||
* | Add some AX vars to openid server. | friendica | 2015-03-12 | 1 | -11/+28 |
| | |||||
* | more JS=1 weirdness | friendica | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | try and add some regs | friendica | 2015-03-12 | 1 | -0/+2 |
| | |||||
* | add generic_addon_settings template and minor fixes | Mario Vavti | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-12 | 1 | -1/+1 |
|\ | |||||
| * | substr() is a mysql alias for substring(). substring() is in the SQL ↵ | Habeas Codice | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | standard and is supported by both databases. | ||||
* | | some work on feature/addon settings | Mario Vavti | 2015-03-12 | 1 | -4/+2 |
|/ | |||||
* | openid stuff | friendica | 2015-03-11 | 2 | -36/+50 |
| | |||||
* | Merge branch 'master' into openid | friendica | 2015-03-11 | 5 | -8/+42 |
|\ | |||||
| * | remove the now redundant audio/video buttons and label the editor text style ↵ | friendica | 2015-03-11 | 4 | -0/+20 |
| | | | | | | | | 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. | ||||
| * | parse_url changes for oembed/zvideo/etc. | friendica | 2015-03-11 | 1 | -8/+22 |
| | | |||||
* | | Merge branch 'master' into openid | friendica | 2015-03-11 | 7 | -155/+10 |
|\| | |||||
| * | cleanup of old delegation stuff | friendica | 2015-03-10 | 6 | -152/+5 |
| | | |||||
| * | sql optimisation for affinity searches. A new index was added which wasn't ↵ | friendica | 2015-03-10 | 1 | -3/+5 |
| | | | | | | | | 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). | ||||
* | | openid server | friendica | 2015-03-11 | 1 | -0/+237 |
|/ | |||||
* | Change logic of "don't create a status post for this photo upload" and turn ↵ | friendica | 2015-03-10 | 2 | -2/+2 |
| | | | | 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. | ||||
* | missing include | friendica | 2015-03-10 | 1 | -0/+1 |
| | |||||
* | channel delegation | friendica | 2015-03-10 | 5 | -22/+101 |
| | |||||
* | more work on queue optimisations | friendica | 2015-03-09 | 1 | -1/+2 |
| |