Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | preserve expiration when editing | friendica | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | The final piece of the DAV authentication puzzle. Provide a directory view ↵ | friendica | 2014-01-26 | 1 | -1/+1 |
| | | | | to an un-auth'd person (without asking for a password) by adding a query parameter 'davguest=1'. This is a bit of a hack, but there was no response on the official forum about how to do this correctly so it will have to do. On the downside, if permission is denied, it won't ask for a password - but we're talking about unauthenticated folks who didn't go through magic auth so chances are even if they authenticate, permission will still be denied. | ||||
* | Ooops, included site specific hack | Thomas Willingham | 2014-01-24 | 1 | -6/+0 |
| | |||||
* | Make share previews a bit longer. We can't go any longer than this | Thomas Willingham | 2014-01-24 | 1 | -2/+9 |
| | | | | | | without suhosin starting to break things for channels with long names - this limit works with the channel with the longest name in the matrix today, but we may need to make this a pconfig anyway. | ||||
* | Merge pull request #279 from git-marijus/master | friendica | 2014-01-22 | 1 | -4/+4 |
|\ | | | | | make network tabs regard selected group (collection) and vice versa | ||||
| * | update argument ?f= | marijus | 2014-01-22 | 1 | -2/+2 |
| | | |||||
| * | make network tabs regard selected group (collection) and vice versa | marijus | 2014-01-22 | 1 | -3/+3 |
| | | |||||
* | | Give pages enough to construct a share button. | Thomas Willingham | 2014-01-22 | 1 | -2/+5 |
|/ | |||||
* | fix location of string file in Translations.md, fix some permissions and ↵ | friendica | 2014-01-21 | 1 | -15/+24 |
| | | | | owner vagueness (potential bugs) in profile_tabs() | ||||
* | add cloud link to profile_tabs and Comanchify the sucker | friendica | 2014-01-09 | 1 | -0/+9 |
| | |||||
* | simplify permalink selection logic | friendica | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | preparatory work for supporting a "list view" mode for conversations. This ↵ | friendica | 2014-01-08 | 1 | -0/+3 |
| | | | | would be useful for forum-like channels and/or block-oriented themes. | ||||
* | Zidification of author links in webpages. | Thomas Willingham | 2013-12-23 | 1 | -1/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into bootstrap | Christian Vogeley | 2013-12-22 | 1 | -7/+195 |
|\ | | | | | | | | | Conflicts: view/php/theme_init.php | ||||
| * | split private messages into two modules - "message" is just for message ↵ | friendica | 2013-12-21 | 1 | -1/+1 |
| | | | | | | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly. | ||||
| * | split off mod_connections into mod_connections & mod_connedit - lots of ↵ | friendica | 2013-12-18 | 1 | -1/+1 |
| | | | | | | | | links to fix | ||||
| * | more htmlspecialchars sanitisation | friendica | 2013-12-12 | 1 | -2/+2 |
| | | |||||
| * | post_activity_item issues | friendica | 2013-12-07 | 1 | -0/+4 |
| | | |||||
| * | move profile tabs and network/matrix tabs to include/conversation | friendica | 2013-12-05 | 1 | -0/+184 |
| | | |||||
| * | Plurals for conversation.php | Olivier Migeot | 2013-11-28 | 1 | -3/+3 |
| | | |||||
* | | New modal dialog for item expiry | Christian Vogeley | 2013-12-22 | 1 | -0/+2 |
|/ | |||||
* | revert to prepare_page - but have it call prepare_body | friendica | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | allow rpost to set source app | friendica | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 1 | -3/+0 |
| | | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step. | ||||
* | ability to use other ciphers | friendica | 2013-11-11 | 1 | -0/+5 |
| | |||||
* | e2ee | friendica | 2013-11-10 | 1 | -0/+2 |
| | |||||
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 1 | -1/+5 |
| | | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone. | ||||
* | issue #189 - show post edited time on relative date hovertip | friendica | 2013-10-30 | 1 | -0/+1 |
| |