Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated doxygen docu about deperecated functions. | Klaus Weidenbach | 2015-02-18 | 1 | -5/+27 |
| | | | | | Corrected wrong return types in doxygen docu and add a deprecation log entry. | ||||
* | do not send activity to channels with no permission to view filestorage | marijus | 2015-02-18 | 1 | -2/+21 |
| | |||||
* | The Diaspora communications policies allow comments to public posts ↵ | friendica | 2015-02-17 | 4 | -21/+81 |
| | | | | literally from anybody. Allow this policy model by default for commenters from that network. This policy decision can be set or disabled on the addon/features settings page. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-17 | 2 | -10/+13 |
|\ | |||||
| * | advanced css calc() failback | marijus | 2015-02-17 | 2 | -10/+13 |
| | | |||||
* | | make tag clouds honour the full permissions repertoire, not just yes/no ↵ | friendica | 2015-02-17 | 2 | -3/+8 |
| | | | | | | | | public/private, but who are you and what tags can you see | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-16 | 3 | -4/+13 |
|\| | |||||
| * | quickfix for eventual css calc() not supported bug | marijus | 2015-02-17 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-02-16 | 41 | -159/+910 |
| |\ | |||||
| * | | normalize age data | Habeas Codice | 2015-02-16 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | mysql has type tinyint(3) which probably turns into a 24-bit value, but postgres uses 3-digit decimal as its constraint (probably what the mysql schema was intended to do). either that or mysql silently truncates while postgres respects the constraint. Either way, bad data gets in unchecked, now it's checked. | ||||
| * | | remove superfluous non-boolean boolean | Habeas Codice | 2015-02-16 | 1 | -2/+2 |
| | | | |||||
* | | | bring back like/dislike summaries on photos | friendica | 2015-02-16 | 4 | -67/+52 |
| |/ |/| | |||||
* | | hub upgrade w/name change via Alex | friendica | 2015-02-16 | 1 | -1/+1 |
| | | |||||
* | | mopping up the public site ratings | friendica | 2015-02-16 | 3 | -4/+12 |
| | | |||||
* | | quick fix for photos page until calls to like_puller() are fixed | friendica | 2015-02-16 | 1 | -4/+4 |
| | | |||||
* | | pubsites ratings (mod/pubsites really really needs to be templatised, this ↵ | friendica | 2015-02-16 | 3 | -5/+10 |
| | | | | | | | | was quick and dirty) | ||||
* | | force site_url to be lowercase when stored. Otherwise rating hubs on ↵ | friendica | 2015-02-15 | 5 | -8/+22 |
| | | | | | | | | postgres could get real messy. | ||||
* | | preparatory work for site ratings | friendica | 2015-02-15 | 3 | -10/+28 |
| | | |||||
* | | site firehose | friendica | 2015-02-15 | 1 | -3/+11 |
| | | |||||
* | | issue #860, replace br html element with linefeed between table rows | friendica | 2015-02-15 | 2 | -18/+20 |
| | | |||||
* | | taganyone wasn't working | friendica | 2015-02-15 | 1 | -2/+5 |
| | | |||||
* | | missing file | friendica | 2015-02-15 | 1 | -0/+8 |
| | | |||||
* | | add zotsh to util | friendica | 2015-02-15 | 9 | -0/+646 |
| | | |||||
* | | lost ability to delete events | friendica | 2015-02-15 | 5 | -3/+35 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-14 | 8 | -84/+110 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2015-02-14 | 2 | -6/+0 |
| |\ \ | |||||
| | * | | Note to myself: don't forget to remove the patch files from the repo. | jeroenpraat | 2015-02-14 | 2 | -57/+0 |
| | | | | |||||
| | * | | Patches from Thomas regarding offline status off whogotzot.com | jeroenpraat | 2015-02-14 | 4 | -6/+57 |
| | | | | |||||
| * | | | update justifiedGallery to version 3.5.4 and add ignoreElement option which ↵ | marijus | 2015-02-14 | 6 | -78/+110 |
| |/ / | | | | | | | | | | will hopefully be accepted upstream | ||||
* / / | failure to auto update comments if it's your own. | friendica | 2015-02-14 | 4 | -7/+11 |
|/ / | |||||
* / | some ratings fixes | friendica | 2015-02-13 | 2 | -24/+1 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-13 | 7 | -68/+73 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | marijus | 2015-02-13 | 1 | -1/+1 |
| |\ | |||||
| | * | make sql work on both db types | Habeas Codice | 2015-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | some shifting to make button groups render properly | marijus | 2015-02-13 | 2 | -48/+51 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | marijus | 2015-02-13 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge pull request #897 from solstag/tagfix | RedMatrix | 2015-02-13 | 1 | -2/+2 |
| | |\ | | | | | | | | | Fixes tag delivery regex for when multiple tags are present | ||||
| | | * | Fixes tag delivery regex for when multiple tags are present | Alexandre Hannud Abdo | 2015-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Previous regex would cause matches to span several tags when present, thus never recognizing the mention. | ||||
| * | | | yet another icon change | marijus | 2015-02-13 | 4 | -17/+18 |
| |/ / | |||||
| * / | item_unseen update | marijus | 2015-02-13 | 1 | -0/+1 |
| |/ | |||||
* / | missing param | friendica | 2015-02-13 | 54 | -4063/+4404 |
|/ | |||||
* | issue #896 | friendica | 2015-02-12 | 2 | -3/+5 |
| | |||||
* | typo | friendica | 2015-02-12 | 2 | -1/+2 |
| | |||||
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵ | friendica | 2015-02-12 | 20 | -61/+52 |
| | | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief. | ||||
* | possibly better icons, possibly not. There is no [x]. | friendica | 2015-02-12 | 2 | -8/+8 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-12 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #895 from solstag/sigfix | RedMatrix | 2015-02-12 | 1 | -2/+2 |
| |\ | | | | | | | Dot not trim body in order to avoid issues with signature checks | ||||
| | * | Dot not trim body in order to avoid issues with signature checks | Alexandre Hannud Abdo | 2015-02-12 | 1 | -2/+2 |
| |/ | |||||
* / | revup | friendica | 2015-02-12 | 1 | -1/+1 |
|/ | |||||
* | issue #843 | friendica | 2015-02-11 | 2 | -2/+5 |
| |