Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections | RedMatrix | 2015-02-19 | 1 | -2/+7 |
|\ | | | | | Changed bbcode [toc] and changed doc for beginning deveopers | ||||
| * | Changed bb code [toc] to make it more flexible | Einer von Vielen | 2015-02-14 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | This usage is know closer to the original usage of http://ndabas.github.io/toc/ Changed: - jquery.toc.js: Do not check for empty headings - bbcode.php: Added processing of [toc] with parameters - main.js: Use the default params for jquery.toc.js - bbcode.html: Added more help for [toc] and corrected some html | ||||
* | | 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 | 1 | -17/+35 |
| | | | | | | | | 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. | ||||
* | | make tag clouds honour the full permissions repertoire, not just yes/no ↵ | friendica | 2015-02-17 | 1 | -2/+7 |
| | | | | | | | | 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 | 2 | -4/+9 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-02-16 | 5 | -25/+10 |
| |\ \ | |||||
| * | | | 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 | 2 | -5/+1 |
| |/ / |/| | | |||||
* | | | mopping up the public site ratings | friendica | 2015-02-16 | 1 | -0/+7 |
| | | | |||||
* | | | force site_url to be lowercase when stored. Otherwise rating hubs on ↵ | friendica | 2015-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | postgres could get real messy. | ||||
* | | | issue #860, replace br html element with linefeed between table rows | friendica | 2015-02-15 | 1 | -0/+1 |
| |/ |/| | |||||
* | | some ratings fixes | friendica | 2015-02-13 | 2 | -24/+1 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-13 | 2 | -2/+3 |
|\ | |||||
| * | 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. | ||||
| * | | item_unseen update | marijus | 2015-02-13 | 1 | -0/+1 |
| |/ | |||||
* / | missing param | friendica | 2015-02-13 | 1 | -1/+1 |
|/ | |||||
* | issue #896 | friendica | 2015-02-12 | 1 | -2/+4 |
| | |||||
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵ | friendica | 2015-02-12 | 6 | -14/+12 |
| | | | | 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. | ||||
* | Dot not trim body in order to avoid issues with signature checks | Alexandre Hannud Abdo | 2015-02-12 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
| * | 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 | 1 | -3/+4 |
| | | | | | | | | 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 | 1 | -1/+1 |
|/ | |||||
* | more permissions tweaking | friendica | 2015-02-10 | 2 | -5/+19 |
| | |||||
* | fix permissions | friendica | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | ensure we have permission before displaying buttons | friendica | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | item voting tools | friendica | 2015-02-10 | 4 | -2/+12 |
| | |||||
* | improvements in duplicate like detection, especially w/r/t event participation | friendica | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | more attendance | friendica | 2015-02-10 | 1 | -73/+69 |
| | |||||
* | cleanup event attendance - make sure it works in list mode. | friendica | 2015-02-10 | 1 | -13/+4 |
| | |||||
* | more progress on event confirmations | friendica | 2015-02-10 | 2 | -5/+35 |
| | |||||
* | like formatting for extended consensus items | friendica | 2015-02-09 | 2 | -0/+76 |
| | |||||
* | apply max_import_size to Diaspora posts | friendica | 2015-02-09 | 1 | -0/+43 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-09 | 1 | -6/+1 |
|\ | |||||
| * | improve sql query | marijus | 2015-02-09 | 1 | -6/+1 |
| | | |||||
* | | title missing sending to diaspora (which doesn't support titles but let's ↵ | friendica | 2015-02-09 | 1 | -19/+2 |
|/ | | | | not go there). | ||||
* | fix for service_plink() after observing it in the wild | friendica | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | generate the correct service permalink | friendica | 2015-02-08 | 2 | -6/+28 |
| | |||||
* | get_rel_link broken - also weekly doc updates | friendica | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | event form cleanup backported from trinidad - still need to style the checkboxes | friendica | 2015-02-05 | 1 | -1/+2 |
| | |||||
* | allow post expiration to be set from a config (and therefore a plugin/addon) | friendica | 2015-02-05 | 1 | -1/+4 |
| | |||||
* | over-ride permissions for sys channel delivery from diaspora | friendica | 2015-02-05 | 1 | -9/+13 |
| | |||||
* | another issue with diaspora postings to sys channel - sys has no ↵ | friendica | 2015-02-05 | 1 | -6/+14 |
| | | | | connections, hence no abook records. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-05 | 2 | -23/+65 |
|\ |