Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Provide profile tabs opt-out. | Thomas Willingham | 2014-07-13 | 1 | -1/+4 |
| | |||||
* | rule of snakes #1, kill the snake. | friendica | 2014-06-28 | 1 | -2/+2 |
| | | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor. | ||||
* | bring back profile_tabs for unauthenticated visitors to /cloud page | friendica | 2014-06-25 | 1 | -2/+0 |
| | |||||
* | profile likes | friendica | 2014-06-22 | 1 | -1/+4 |
| | |||||
* | put viewsrc back in a lightbox | friendica | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | document why this works | friendica | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | sort out the unobscure mess | friendica | 2014-06-15 | 1 | -1/+4 |
| | |||||
* | whitespace | marijus | 2014-06-14 | 1 | -1/+0 |
| | |||||
* | unclutter menues a little | marijus | 2014-06-14 | 1 | -16/+9 |
| | |||||
* | moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵ | friendica | 2014-05-28 | 1 | -1/+1 |
| | | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'. | ||||
* | We know why third party zids didn't work now, so don't use hacky | Thomas Willingham | 2014-04-18 | 1 | -4/+1 |
| | | | | workarounds anymore. | ||||
* | bootstrapify aclselector | marijus | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-04-09 | 1 | -4/+3 |
|\ | |||||
| * | use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair ↵ | marijus | 2014-04-09 | 1 | -2/+1 |
| | | | | | | | | editblock and editlayout which still depended on it. | ||||
| * | change the way jot tools are displayed/hidden | marijus | 2014-04-08 | 1 | -2/+2 |
| | | |||||
* | | issue #400 - lock not showing up for previews of private mentions (or ↵ | friendica | 2014-04-09 | 1 | -1/+5 |
|/ | | | | | | 'new/search' item view) also reformat the new/search template to pick up recent changes to conv_item.tpl | ||||
* | some fixes to #395 | friendica | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | a bit more work towards issue #395 - cleaning up some cases which were going ↵ | friendica | 2014-04-06 | 1 | -9/+3 |
| | | | | to the url directly and which weren't going through chanview. Also worth noting - mentions in posts do not go through chanview. Perhaps it is time to kill chanview (except we then cannot implemented a "connected" or "connect" button since we don't have any control over the landing page). For the time being I'm just trying to trap as many of the "visit URL" links as possible and sending them to a common place. Then we can figure out how that common place should behave. | ||||
* | jot and location style fixes | marijus | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | issue #395, item 2 | friendica | 2014-04-06 | 1 | -2/+4 |
| | |||||
* | provide the ability for rpost to post as another of your channels. This does ↵ | friendica | 2014-04-05 | 1 | -0/+9 |
| | | | | not yet work, so the functionality has not been enabled. | ||||
* | Default discover to on. | Thomas Willingham | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | typo | friendica | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | issue #384 | friendica | 2014-03-29 | 1 | -28/+35 |
| | |||||
* | Let the site admin choose whether to display the Discover tab. | Alexandre Hannud Abdo | 2014-03-30 | 1 | -10/+11 |
| | |||||
* | external -> discover | friendica | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | firehose fixes and optimisations. In particular get rid of the unresponsive ↵ | friendica | 2014-03-27 | 1 | -2/+2 |
| | | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable. | ||||
* | link in the firehose | friendica | 2014-03-27 | 1 | -1/+14 |
| | |||||
* | create a new "subdued" CSS class for things that shouldn't be in your face ↵ | friendica | 2014-02-08 | 1 | -3/+3 |
| | | | | unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead. | ||||
* | add chatroom links | friendica | 2014-02-05 | 1 | -0/+14 |
| | |||||
* | bookmarks - mop up and go home | friendica | 2014-02-04 | 1 | -0/+8 |
| |