Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Comanche documentation and some cleanup of layout page (including link to ↵ | friendica | 2013-10-28 | 1 | -2/+7 |
| | | | | doco) and a few other webpage related cleanups | ||||
* | remote post module so that from anywhere on the web or at least within the ↵ | friendica | 2013-10-27 | 1 | -2/+2 |
| | | | | matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it. | ||||
* | Optionally pass a prepared "top level" item into conversation(). This will ↵ | friendica | 2013-10-24 | 1 | -3/+3 |
| | | | | eventually be used by the photos module where the "top level item" of the conversation is a photo with editing and album navigation controls and doesn't look anything like a post. | ||||
* | link to source - if it's on the display page link to original source ↵ | friendica | 2013-10-20 | 1 | -1/+1 |
| | | | | (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post. | ||||
* | Put a status editor on the display page if you're logged in. This fixes ↵ | friendica | 2013-10-18 | 1 | -1/+1 |
| | | | | issue #113 and also provides the ability to reshare from that page. | ||||
* | replace a bunch of graphic icons with vector icons | friendica | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | post signatures | friendica | 2013-10-02 | 1 | -0/+7 |
| | |||||
* | OK, sure. | friendica | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | use prepare_body in api calls to properly render content, add 'mode' to ↵ | friendica | 2013-09-16 | 1 | -0/+1 |
| | | | | conversation templates so that themes can use the module context to suppress or show comments as desired | ||||
* | implement what I hope will now be the server side of directory sync, add ↵ | friendica | 2013-09-15 | 1 | -8/+12 |
| | | | | viewsrc to item_photo_menu, and log what changed in import_xchan update objects so we can find out why there are so many updates when nothing _obvious_ has changed that should trigger it. | ||||
* | provide templating options in comanche for the underlying webpage element - ↵ | friendica | 2013-09-04 | 1 | -0/+6 |
| | | | | in this case the way the author is displayed. Leave this open for other forms templating options. | ||||
* | my bad | friendica | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | typo | friendica | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | personal config to just show the page content without author info - probably ↵ | friendica | 2013-09-03 | 1 | -3/+5 |
| | | | | this needs to be a page option | ||||
* | add a layout selector | friendica | 2013-09-02 | 1 | -0/+12 |
| | |||||
* | preserve mimetype on page edits | friendica | 2013-09-02 | 1 | -4/+5 |
| | |||||
* | oh that's why | friendica | 2013-09-02 | 1 | -1/+2 |
| | |||||
* | fix webpage storage | friendica | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | only allow richtext editor on pages if bbcode is the default mimetype, ↵ | friendica | 2013-09-02 | 1 | -6/+6 |
| | | | | otherwise use plaintext editor. This will eventually need work to support a visual editor for html or other types. |