aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* add ability to set created date/time from the apifriendica2013-12-221-1/+0
|
* Use the red matrix iconsChristian Vogeley2013-12-221-2/+9
|
* Merge correctionChristian Vogeley2013-12-221-1/+0
|
* CorrectionChristian Vogeley2013-12-223-166/+0
|
* MergeChristian Vogeley2013-12-221-0/+1
|
* Merge remote-tracking branch 'upstream/master' into bootstrapChristian Vogeley2013-12-2246-122/+292
|\ | | | | | | | | Conflicts: view/php/theme_init.php
| * split private messages into two modules - "message" is just for message ↵friendica2013-12-213-4/+4
| | | | | | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
| * default photo issue, and connections page showing deleted accounts. Also ↵friendica2013-12-191-0/+4
| | | | | | | | show last updated on connedit page
| * more comanche migrationfriendica2013-12-191-0/+2
| |
| * provide git revision in siteinfo if possible and if not instructed otherwisefriendica2013-12-181-1/+1
| |
| * split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-181-1/+1
| | | | | | | | links to fix
| * some re-work of mod_sourcesfriendica2013-12-152-2/+2
| |
| * Provide a fallback channel to probe for magic-auth when we have no prior ↵friendica2013-12-151-0/+2
| | | | | | | | | | | | | | | | communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got.
| * make home.html fullpage mode - make directory search work for non-logged in, ↵friendica2013-12-141-2/+2
| | | | | | | | but leave off suggest and invite
| * this is not needed anymoremarijus2013-12-111-1/+1
| |
| * we dont use doubble tagging in /network and /channel anymore... remove it ↵marijus2013-12-111-7/+1
| | | | | | | | from /search as well
| * this saves notes on the fly. i think this is appropriate behavior for a ↵marijus2013-12-111-6/+3
| | | | | | | | notes widget. btw... one would get mad at oneself if noting something important and forget to save it. with this behavior one can at least get mad at the developer if something goes wrong :)
| * comanchify the savedsearch widgetfriendica2013-12-091-0/+14
| |
| * more css shrinkagefriendica2013-12-091-2/+2
| |
| * notes widgetfriendica2013-12-091-0/+13
| |
| * icon updatefriendica2013-12-081-1/+1
| |
| * Merge pull request #228 from tobiasd/nologinfriendica2013-12-081-0/+1
| |\ | | | | | | add option to hide login form from homepage
| | * add option to hide login form from homepageTobias Diekershoff2013-12-061-0/+1
| | |
| * | finish ACL's in personal menusfriendica2013-12-071-0/+20
| | |
| * | show a clean url in the hovertip for suggested friendsfriendica2013-12-061-1/+1
| | |
| * | suggestion widgetfriendica2013-12-062-1/+11
| |/
| * 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
| |
* | New modal dialog for item expiryChristian Vogeley2013-12-222-3/+56
|/
* 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.