Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | more efficient processing of response activities, plus a proof of concept ↵ | friendica | 2015-02-11 | 1 | -0/+6 |
| | | | | | | | | 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 | 1 | -0/+3 |
| | |||||
* | item voting tools | friendica | 2015-02-10 | 1 | -0/+5 |
| | |||||
* | 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 | 1 | -3/+28 |
| | |||||
* | like formatting for extended consensus items | friendica | 2015-02-09 | 1 | -0/+53 |
| | |||||
* | allow post expiration to be set from a config (and therefore a plugin/addon) | friendica | 2015-02-05 | 1 | -1/+4 |
| | |||||
* | order ratings friends first | friendica | 2015-02-03 | 1 | -4/+0 |
| | |||||
* | local_user => local_channel | friendica | 2015-01-28 | 1 | -26/+26 |
| | |||||
* | basic proof of concept file activity support - will send activity via the ↵ | marijus | 2015-01-18 | 1 | -1/+1 |
| | | | | filestorage module and via attach_delete() | ||||
* | basic backend work for creating consensus items | friendica | 2015-01-11 | 1 | -16/+49 |
| | |||||
* | basic changes for file activity | marijus | 2015-01-09 | 1 | -0/+1 |
| | |||||
* | fix label of preview button | marijus | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | edit and preview removed from additional features and turned into core ↵ | friendica | 2014-12-16 | 1 | -3/+2 |
| | | | | functionality (always enabled). | ||||
* | Provide censorship. | Thomas Willingham | 2014-12-10 | 1 | -4/+9 |
| | |||||
* | show clear browser location button only if use browser location option is ↵ | marijus | 2014-12-09 | 1 | -1/+1 |
| | | | | set and minor css fixes | ||||
* | Make it clear that title and categories are optional | Stefan Parviainen | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | Whitespace. Stupid £#@£@$ editor. | Thomas Willingham | 2014-11-29 | 1 | -2/+2 |
| | |||||
* | Issue #713 Arguably, we shouldn't allow poking yourself and stuff either | Thomas Willingham | 2014-11-29 | 1 | -1/+2 |
| | | | | but I like that, so... | ||||
* | yet another option for the homepage | friendica | 2014-11-20 | 1 | -5/+9 |
| | |||||
* | remove old timers | friendica | 2014-11-16 | 1 | -20/+2 |
| | |||||
* | speed things up a wee bit | friendica | 2014-11-16 | 1 | -5/+3 |
| | |||||
* | minor changes to support forum mode | friendica | 2014-11-15 | 1 | -2/+2 |
| | |||||
* | cleanup | friendica | 2014-11-11 | 1 | -2/+6 |
| | |||||
* | if someone does not have permission to chat do not show the chatrooms tab | marijus | 2014-10-29 | 1 | -10/+12 |
| | |||||
* | turn down the preview logging. Haven't needed that level of detail recently. | friendica | 2014-10-26 | 1 | -2/+2 |
| | |||||
* | mark signature forgeries | friendica | 2014-10-16 | 1 | -1/+5 |
| | |||||
* | Pluggable page templates | Thomas Willingham | 2014-09-29 | 1 | -2/+4 |
| | |||||
* | better way to deal with effective_uid | friendica | 2014-09-22 | 1 | -9/+1 |
| | |||||
* | make discover items interactive | friendica | 2014-09-22 | 1 | -1/+9 |
| | |||||
* | Don't link unknown likes. | Klaus Weidenbach | 2014-09-21 | 1 | -96/+90 |
| | | | | | Likes/Dislikes of unknown channels have disabled links now. Fixed intention a bit, romved a unused variable. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-09-20 | 1 | -3/+5 |
|\ | |||||
| * | oups... | marijus | 2014-09-20 | 1 | -1/+1 |
| | | |||||
| * | aalso change the way we check for number of chatrooms | marijus | 2014-09-20 | 1 | -2/+2 |
| | | |||||
| * | show bookmarks menu only if we have any bookmarks already | marijus | 2014-09-20 | 1 | -1/+3 |
| | | |||||
* | | fix empty likes | friendica | 2014-09-20 | 1 | -2/+9 |
|/ | |||||
* | This is long overdue - use a symblic constant NULL_DATE instead of the ↵ | friendica | 2014-09-08 | 1 | -1/+1 |
| | | | | easily mis-typed sequence '0000-00-00 00:00:00' | ||||
* | issue #451 - clear gid and cid from network tab if discover is selected | friendica | 2014-09-04 | 1 | -7/+7 |
| | |||||
* | remove noisy log statement | friendica | 2014-08-28 | 1 | -2/+0 |
| | |||||
* | when updating the commented timestamp on the parent post (item_store) don't ↵ | friendica | 2014-08-28 | 1 | -0/+2 |
| | | | | include any time travelling posts. They can mess up the conversation sort order in a big way until they're actually published. | ||||
* | re-obscure item body if localize_item() changes it. It's already flagged as ↵ | friendica | 2014-08-25 | 1 | -0/+13 |
| | | | | obscured so we need it to actually be obscured. | ||||
* | follow => connect | friendica | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | add ability to follow somebody not already in your connections from "post ↵ | friendica | 2014-08-17 | 1 | -0/+5 |
| | | | | actions" dropdown. bug: doesn't bring you back to this page. | ||||
* | convert application strings to en-US | friendica | 2014-07-31 | 1 | -2/+2 |
| | |||||
* | Quotes on strings. Dunno why it worked without. | Thomas Willingham | 2014-07-13 | 1 | -1/+1 |
| |