Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-11 | 1 | -1/+10 |
|\ | |||||
| * | to get the correct total count we should probably only count the arrays with ↵ | marijus | 2015-02-11 | 1 | -1/+10 |
| | | | | | | | | count key set | ||||
| * | Merge branch 'master' of https://github.com/friendica/red | marijus | 2015-02-11 | 1 | -1/+1 |
| |\ | |||||
| * | | typo agree->disagree | marijus | 2015-02-11 | 1 | -1/+1 |
| | | | |||||
* | | | well that was certainly fun. And the reason why likes and other acitivity ↵ | friendica | 2015-02-11 | 2 | -4/+5 |
| | | | | | | | | | | | | deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain. | ||||
* | | | more efficient processing of response activities, plus a proof of concept ↵ | friendica | 2015-02-11 | 3 | -19/+59 |
| |/ |/| | | | | | fix for the problem of receiving a delete notification before we actually get the item which we're supposed to delete. | ||||
* | | cut/paste typo | friendica | 2015-02-11 | 2 | -2/+2 |
|/ | |||||
* | more permissions tweaking | friendica | 2015-02-10 | 4 | -7/+21 |
| | |||||
* | fix permissions | friendica | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | ensure we have permission before displaying buttons | friendica | 2015-02-10 | 3 | -4/+4 |
| | |||||
* | wrong icons in list mode | friendica | 2015-02-10 | 1 | -4/+4 |
| | |||||
* | item voting tools | friendica | 2015-02-10 | 10 | -3/+63 |
| | |||||
* | improvements in duplicate like detection, especially w/r/t event participation | friendica | 2015-02-10 | 2 | -8/+29 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-10 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #893 from zzottel/master | RedMatrix | 2015-02-10 | 1 | -1/+1 |
| |\ | | | | | | | make update 1133 work in PHP < 5.5 | ||||
| | * | make update 1133 work in PHP < 5.5 | zottel | 2015-02-10 | 1 | -1/+1 |
| |/ | |||||
* | | more attendance | friendica | 2015-02-10 | 3 | -81/+77 |
| | | |||||
* | | correct the object type if it isn't stored/linked to an item yet | friendica | 2015-02-10 | 1 | -1/+1 |
| | | |||||
* | | cleanup event attendance - make sure it works in list mode. | friendica | 2015-02-10 | 3 | -65/+48 |
| | | |||||
* | | more progress on event confirmations | friendica | 2015-02-10 | 5 | -14/+76 |
| | | |||||
* | | like formatting for extended consensus items | friendica | 2015-02-09 | 4 | -61/+108 |
|/ | |||||
* | apply max_import_size to Diaspora posts | friendica | 2015-02-09 | 1 | -0/+43 |
| | |||||
* | bring some styling back to the colorbox and improve the event preview ability | friendica | 2015-02-09 | 12 | -17/+70 |
| | |||||
* | make preview button larger | friendica | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-09 | 3 | -7/+25 |
|\ | |||||
| * | Merge pull request #892 from redswede/master | RedMatrix | 2015-02-10 | 2 | -1/+24 |
| |\ | | | | | | | comparison between activity stream networks | ||||
| | * | Changed a heading roles.md. Added the comparison. No idea how it renders ↵ | RedSwede | 2015-02-07 | 2 | -1/+24 |
| | | | | | | | | | | | | with markdownify. | ||||
| * | | improve sql query | marijus | 2015-02-09 | 1 | -6/+1 |
| | | | |||||
* | | | event form - provide map ability for location field and add preview ability | friendica | 2015-02-09 | 4 | -8/+31 |
| | | |