Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | item_unseen update | marijus | 2015-02-13 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | | |||||
* | | | title missing sending to diaspora (which doesn't support titles but let's ↵ | friendica | 2015-02-09 | 2 | -20/+3 |
|/ / | | | | | | | not go there). | ||||
* | | fix for service_plink() after observing it in the wild | friendica | 2015-02-09 | 2 | -2/+2 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-08 | 1 | -5/+0 |
|\ \ | |||||
| * | | fix transparent background in collapsed nav with project home enabled | marijus | 2015-02-09 | 1 | -5/+0 |
| | | | |||||
* | | | help text for the "adjust for viewer timezone" toggle switch since you ↵ | friendica | 2015-02-08 | 1 | -1/+1 |
|/ / | | | | | | | apparently need an IQ of 230 or greater to be able to use it correctly. | ||||
* | | generate the Swedish strings file from the last sv/messages.po update | friendica | 2015-02-08 | 1 | -927/+959 |
| | | |||||
* | | Merge pull request #890 from f03el/master | RedMatrix | 2015-02-09 | 1 | -4128/+4271 |
|\ \ | | | | | | | Update Swedish strings | ||||
| * | | Update Swedish strings | Erik Lundin | 2015-02-07 | 1 | -4128/+4271 |
| |/ | |||||
* | | Merge branch 'event_edit' | friendica | 2015-02-08 | 5 | -15/+120 |
|\ \ | |||||
| * | | we still need an event preview but this looks a lot better. | friendica | 2015-02-08 | 5 | -60/+100 |
| | | | |||||
| * | | first cut at putting editor tools in event form | friendica | 2015-02-08 | 1 | -0/+65 |
| | | |