aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* remove bogus grouping from fix for #938friendica2015-03-281-2/+2
|
* issue #938friendica2015-03-281-2/+8
|
* issue #941friendica2015-03-281-4/+11
|
* provide ways to over-ride the datetime pickersfriendica2015-03-262-0/+4
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-251-1/+1
|\
| * make postgresql happyMario Vavti2015-03-251-1/+1
| |
* | comanche: move 'webpage' declaration to the first parser pass so it is set ↵friendica2015-03-252-9/+10
|/ | | | when content loads.
* also allow service classes to set post expiration. These take priority over ↵friendica2015-03-242-13/+15
| | | | the site default.
* more work on expiration, make system limits useful - even in retrospectfriendica2015-03-242-10/+30
|
* make the log message reflect what's really happeningfriendica2015-03-241-1/+3
|
* provide a site-wide expiration policy without loopholes - still need work to ↵friendica2015-03-243-12/+30
| | | | reduce the impact of expiration queries.
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-242-1/+41
|\
| * we only need item mid. some documentation.Mario Vavti2015-03-241-1/+35
| |
| * this query can take quite a while if there were many updates but it has not ↵Mario Vavti2015-03-241-0/+6
| | | | | | | | been called for a long time (eg nobody called mod sharedwithme). might be a good idea to have this in the poller to clean up on a regular basis and call it once more in mod sharedwithme. what do you think?
* | sql errors on postgres with yestderday's optimisationfriendica2015-03-241-2/+2
|/
* catche edge case of tag "@abcdef +1", which tags the first entry in your ↵friendica2015-03-242-9/+18
| | | | abook, regardless of abcdef. This holds true for other similar patterns as well.
* improve performance of the zotfeed queriesfriendica2015-03-233-15/+20
|
* explicitly unset delegate session vars on logoutfriendica2015-03-231-1/+2
|
* limit notification detail queries for items and eventsfriendica2015-03-232-2/+8
|
* operation snakebite, cont.friendica2015-03-222-2/+12
|
* put a lower time limit on time travellersfriendica2015-03-221-3/+5
|
* Merge pull request #935 from dawnbreak/masterRedMatrix2015-03-231-26/+50
|\ | | | | Two possible bugfixes in bb2diaspora.php.
| * Two possible bugfixes in bb2diaspora.php.Klaus Weidenbach2015-03-221-26/+50
| | | | | | | | | | | | | | | | | | I have found two suspicious parts and tried to correct them. I have no diaspora enabled hubs and I am also not sure what influence these two changes will have: $unset($item['author']) ==> unset($item['author']); if(cnt) ==> if($cnt) Before merging can someone with diaspora contacts test this.
* | move the maintenance part to include/sharedwithme.phpMario Vavti2015-03-221-0/+32
| |
* | do not override item_private here anymoreMario Vavti2015-03-221-1/+1
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-03-213-155/+173
|\|
| * Fixed an exit of a loop in builtin_activity_puller().Klaus Weidenbach2015-03-211-128/+132
| | | | | | | | There was a "$return", but I think it should be "return".
| * Bugfix und variable initialization.Klaus Weidenbach2015-03-212-27/+41
| | | | | | | | | | Fixed a wrong perm_is_allowed() parameter, commented some other places where we use variables that are not set and should not work.
* | add loadtime search to channel and fix it for home. display and search need ↵friendica2015-03-211-2/+1
|/ | | | further investigation
* change permission roles for things like channel admin to make them more ↵friendica2015-03-201-27/+27
| | | | easily manually settable from the connections edit page.
* some tabs title statuseditor restructuringMario Vavti2015-03-211-1/+1
|
* some cleanupMario Vavti2015-03-201-13/+8
|
* possible improvement regarding deletionMario Vavti2015-03-201-29/+42
|
* Explicitly force link for 'All Collections' on the network page to gid=0 so ↵friendica2015-03-191-1/+1
| | | | it can be used with a default page over-ride for gid.
* tweaks to directory registrations which don't seem to be happening, also ↵friendica2015-03-192-2/+16
| | | | downgrade any directory that claims to be a primary directory for RED_GLOBAL.
* ratenotif: loop oddityfriendica2015-03-191-9/+9
|
* make the channel item query match recent changes to network item query (and ↵friendica2015-03-182-2/+2
| | | | some slightly older changes in display item query), and allow '@' in linkified urls.
* Change wording on the photo location feature. When photos are merged with ↵friendica2015-03-181-1/+1
| | | | DAV storage we won't be stripping metadata by default.
* get the correct hemisphere for geotagged photosfriendica2015-03-171-2/+2
|
* turn photo location mapping into a featurefriendica2015-03-172-1/+2
|
* The random bad signatures are because something somewhere is trimming the ↵friendica2015-03-171-2/+2
| | | | 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 ↵friendica2015-03-161-0/+41
| | | | 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 ↵friendica2015-03-162-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.
* openid cleanupfriendica2015-03-161-7/+5
|
* also update the api to matchfriendica2015-03-161-2/+2
|
* phase one of the great file storage unification - use one button for uploads ↵friendica2015-03-161-1/+1
| | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
* Documentation and remove duplicate code.Klaus Weidenbach2015-03-161-72/+79
| | | | | Add a bit Doxygen documentation and remove some duplicate code from account.php.
* create terms for Diaspora mention tags - which in Diaspora are handled ↵friendica2015-03-131-3/+97
| | | | 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 #928 from dawnbreak/docuRedMatrix2015-03-142-29/+69
|\ | | | | Some documentation, fix chatroom service class lookup.
| * Some documentation, fix chatroom service class lookup.Klaus Weidenbach2015-03-142-29/+69
| | | | | | | | | | Add some Doxygen documentation and fixing a service class lookup for chatroom_create().