aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* some code cleanup - gad I forgot what a mess the "other" notifications tabs ↵friendica2013-12-061-20/+0
| | | | (everything but system) were in. Maybe I'll just remove them so we can start over.
* make some "selection-is-selected" classes work againfriendica2013-12-051-1/+1
|
* more icon workfriendica2013-12-045-9/+5
|
* more icon updatesfriendica2013-12-049-33/+8
|
* should fix typos the right way...marijus2013-12-031-1/+1
|
* split out mod_message and a typomarijus2013-12-031-1/+1
|
* refactor magic-authfriendica2013-12-021-5/+0
|
* some work on events permissionsfriendica2013-12-011-1/+1
|
* quite a bit of work on default acl permissions and various acl quirksfriendica2013-11-291-2/+2
|
* sort out the preview iconsfriendica2013-11-252-2/+2
|
* Merge pull request #214 from tuscanhobbit/masterfriendica2013-11-252-12/+10
|\ | | | | admin user table now shows the channel list and ID, minor changes to admin summary table
| * admin user table now shows the channel list, minor changes to summarytuscanhobbit2013-11-242-12/+10
| |
* | force HTML notification mails to use predefined colours.friendica2013-11-251-1/+1
|/
* replaced rhash icontuscanhobbit2013-11-232-4/+4
|
* a reference to account_id was missing in user admin tabletuscanhobbit2013-11-231-6/+8
|
* use placeholder for profile-jot-text and some minor alignmentmarijus2013-11-231-1/+1
|
* missing input type and use same font for password and text inputmarijus2013-11-221-1/+1
|
* fix plugin and them toggles for the colourblind, add theme info block and ↵friendica2013-11-182-2/+2
| | | | recent screenshot to redbasic
* admin/users - add expiration date to table and ability to sort by reverse ↵friendica2013-11-181-0/+1
| | | | expiration and also filter by service class through url options
* implement admin remove accountfriendica2013-11-171-4/+4
|
* allow rpost to set source appfriendica2013-11-151-0/+1
|
* fix default cipher for comments and set it at the conversation level rather ↵friendica2013-11-141-1/+1
| | | | than the item level.
* e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-141-8/+13
| | | | 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.
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵friendica2013-11-131-1/+4
| | | | which was positioned below the navbar instead of next to the recipient input box)
* fix photo permissions on encrypted postsfriendica2013-11-132-0/+3
|
* fix chanviewfriendica2013-11-121-1/+1
|
* fix forbidden photos and vcard photo templatefriendica2013-11-121-1/+1
|
* removeme sort of works for a single channel - lots of loose ends to deal ↵friendica2013-11-121-0/+2
| | | | with but it's a start
* very crude zid support for e2ee content and move bbcode converter to main.js ↵friendica2013-11-121-123/+0
| | | | so it's available when not logged in (though we might ultimately want to force people to get a matrix account to use our encryption).
* basic linking of audio/video tags in encrypted bbcodefriendica2013-11-111-1/+2
|
* ability to use other ciphersfriendica2013-11-111-1/+1
|
* make e2ee work on tinymcefriendica2013-11-111-3/+4
|
* provide real barebones XSS protection on e2ee contents and implement a few ↵friendica2013-11-111-25/+42
| | | | bbcode tags we're likely to see a lot of. Still need to write a js zid() function to properly implement zrl and zmg but at least they will be linked now.
* localise js ui strings for e2eefriendica2013-11-111-7/+9
|
* change spacing to fit other widgetsmarijus2013-11-111-10/+8
|
* turn safemode into a proper widgetfriendica2013-11-111-1/+3
|
* display encrypted text inlinefriendica2013-11-111-0/+36
|
* e2eefriendica2013-11-101-3/+3
|
* some more doco for how to finish it.friendica2013-11-101-0/+3
|
* provide zid in js so we can use it from clientfriendica2013-11-101-0/+1
|
* Bring safe search to the UIThomas Willingham2013-11-091-0/+2
|
* make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵friendica2013-11-072-8/+17
| | | | icon rather than a scary looking text field
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-073-0/+15
| | | | 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.
* allow private mail sender to set an expiration on their messages. Once ↵friendica2013-11-061-2/+5
| | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday".
* redbasic - allow changing icon coloursfriendica2013-11-051-1/+1
|
* make date order the default for the directoryfriendica2013-11-031-1/+1
|
* add sloppy photo setting and fix default navbar hide settingfriendica2013-11-031-2/+2
|
* provide an html src converterfriendica2013-10-311-0/+61
|
* issue #189 - show post edited time on relative date hovertipfriendica2013-10-302-3/+2
|
* replace text links with icons on design pagesfriendica2013-10-232-7/+6
|