Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move bootbox out of bootstrap | Mario Vavti | 2015-03-17 | 3 | -1/+1 |
| | |||||
* | update bootstrap-3.3.4 and bootbox-4.4.0 | Mario Vavti | 2015-03-17 | 14 | -431/+835 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-17 | 3 | -2820/+2941 |
|\ | |||||
| * | Merge pull request #932 from tuscanhobbit/dev | Paolo T | 2015-03-17 | 2 | -2818/+2939 |
| |\ | | | | | | | Updated Italian strings | ||||
| | * | Updated Italian strings | Paolo Tacconi | 2015-03-17 | 2 | -2818/+2939 |
| | | | |||||
| * | | get the correct hemisphere for geotagged photos | friendica | 2015-03-17 | 1 | -2/+2 |
| | | | |||||
* | | | update templates | Mario Vavti | 2015-03-17 | 4 | -6/+18 |
|/ / | |||||
* | | turn photo location mapping into a feature | friendica | 2015-03-17 | 2 | -1/+2 |
| | | |||||
* | | The random bad signatures are because something somewhere is trimming the ↵ | friendica | 2015-03-17 | 3 | -4/+4 |
| | | | | | | | | 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 | 4 | -1/+59 |
| | | | | | | | | 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. | ||||
* | | started to add the ability to geotag photos (default will be disabled) but ↵ | friendica | 2015-03-16 | 2 | -3/+12 |
| | | | | | | | | my phone isn't outputting the GPS tags even after being explicitly enabled so I'll have to wait until I've got a device that I can reliably test against. | ||||
* | | regression: visual feedback that page/content is loading when affinity ↵ | friendica | 2015-03-16 | 1 | -0/+2 |
| | | | | | | | | slider value changed went missing | ||||
* | | openid cleanup | friendica | 2015-03-16 | 3 | -105/+73 |
| | | |||||
* | | make sure this sucker is quiet | friendica | 2015-03-16 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-16 | 1 | -0/+2 |
|\ \ | |||||
| * | | show generic submit button only if plugin name is provided | Mario Vavti | 2015-03-16 | 1 | -0/+2 |
| | | | |||||
* | | | also update the api to match | friendica | 2015-03-16 | 1 | -2/+2 |
| | | | |||||
* | | | phase one of the great file storage unification - use one button for uploads ↵ | friendica | 2015-03-16 | 4 | -17/+34 |
|/ / | | | | | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately. | ||||
* | | start on some db_table doco | friendica | 2015-03-15 | 2 | -14/+44 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-15 | 14 | -1338/+1259 |
|\ \ | |||||
| * \ | Merge pull request #931 from dawnbreak/master | RedMatrix | 2015-03-16 | 14 | -1338/+1259 |
| |\ \ | | | | | | | | | Some JavaScript cleanups. | ||||
| | * | | Documentation and remove duplicate code. | Klaus Weidenbach | 2015-03-16 | 1 | -72/+79 |
| | | | | | | | | | | | | | | | | | | | | Add a bit Doxygen documentation and remove some duplicate code from account.php. | ||||
| | * | | Some JavaScript cleanups. | Klaus Weidenbach | 2015-03-15 | 13 | -1266/+1180 |
| |/ / | | | | | | | | | | | | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator. | ||||
* | | | mod_id: load profile so the sidebar profile will work | friendica | 2015-03-15 | 2 | -39/+20 |
| | | | |||||
* | | | Show profile on openid server page | friendica | 2015-03-15 | 1 | -0/+4 |
| | | | |||||
* | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-15 | 2 | -7/+12 |
|\| | | |||||
| * | | assure that badges will be displayed as circles no matter what font is used ↵ | Mario Vavti | 2015-03-14 | 2 | -7/+12 |
| | | | | | | | | | | | | and if there is only one digit inside. move css to its proper place | ||||
* | | | mysql schema typo, do the install check for store before chcking smarty, as ↵ | friendica | 2015-03-15 | 4 | -6/+6 |
|/ / | | | | | | | 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 | 2 | -4/+4 |
| | | |||||
* | | create terms for Diaspora mention tags - which in Diaspora are handled ↵ | friendica | 2015-03-13 | 2 | -9/+103 |
| | | | | | | | | 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. | ||||
* | | Merge pull request #929 from zzottel/master | RedMatrix | 2015-03-14 | 1 | -3/+3 |
|\ \ | | | | | | | fix posts not showing up in network if author is not in connections | ||||
| * | | fix posts not showing up in network if author is not in connections | zottel | 2015-03-14 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #928 from dawnbreak/docu | RedMatrix | 2015-03-14 | 2 | -29/+69 |
|\ \ \ | |/ / |/| | | Some documentation, fix chatroom service class lookup. | ||||
| * | | Some documentation, fix chatroom service class lookup. | Klaus Weidenbach | 2015-03-14 | 2 | -29/+69 |
| | | | | | | | | | | | | | | | Add some Doxygen documentation and fixing a service class lookup for chatroom_create(). | ||||
* | | | use local_channel() connnections to match the abook against when joining the ↵ | friendica | 2015-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | abook on the discover tab. | ||||
* | | | make nav badges big enough to be clickable on small touch devices | friendica | 2015-03-13 | 1 | -0/+5 |
| | | | |||||
* | | | invoke tgroup_check() on diaspora posts/comments in case the recipient is a ↵ | friendica | 2015-03-13 | 1 | -19/+34 |
|/ / | | | | | | | forum with channel_w_stream permissions restricted. | ||||
* | | update to-do list | friendica | 2015-03-13 | 3 | -3962/+2153 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-12 | 3 | -68/+99 |
|\ \ | |||||
| * \ | Merge pull request #927 from dawnbreak/master | RedMatrix | 2015-03-13 | 3 | -68/+99 |
| |\ \ | | | | | | | | | Some cleanups and a bugfix. | ||||
| | * | | Some cleanups. | Klaus Weidenbach | 2015-03-13 | 3 | -68/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed dbesc_identifier(), but it is not used yet. Corrected some other variable names and variable initialization before using them. | ||||
* | | | | 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 |
| | | | |||||
* | | | reduce the occurrence of duplicated notice() messages | friendica | 2015-03-12 | 1 | -5/+8 |
| | | | |||||
* | | | prepare for demise of google code | friendica | 2015-03-12 | 2 | -1/+9 |
| | | | |||||
* | | | try and add some regs | friendica | 2015-03-12 | 2 | -1/+3 |
| | | |