aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* remove some design fixes which got fixed in bootstrap 3.1.1marijus2014-02-212-4/+1
|
* dont allow bootstrap to mess with blockquote font-sizemarijus2014-02-211-0/+5
|
* quickfix for edit profile dropdownmarijus2014-02-211-2/+2
|
* oups... to much cleaning...marijus2014-02-211-0/+58
|
* cleanup style.cssmarijus2014-02-212-270/+3
|
* move jgrowl (alert popup) out of the now taller navbarfriendica2014-02-201-1/+1
|
* Merge pull request #327 from git-marijus/masterfriendica2014-02-211-1/+1
|\ | | | | fixes issue #326 initial scale to big
| * fixes issue #326 initial scale to bigmarijus2014-02-201-1/+1
| |
* | Merge pull request #328 from tuscanhobbit/masterPaolo T2014-02-202-3543/+7994
|\ \ | | | | | | PT-BR: update to the strings
| * | PT-BR: update to the stringstuscanhobbit2014-02-202-3543/+7994
| | |
* | | updated fr translationfriendica2014-02-202-976/+1024
| |/ |/|
* | Merge pull request #324 from tonybaldwin/masterfriendica2014-02-204-4/+4
|\ \ | | | | | | Do not view remote profiles in frames. (changed description for display->settings), in ALL relevant files
| * | s/View remote profiles as webpages/Do not view remote profiles intony baldwin2014-02-194-4/+4
| | | | | | | | | | | | frames/g
* | | use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵friendica2014-02-194-1/+35
|/ / | | | | | | selection and setting to the settings page.
* | Merge pull request #321 from git-marijus/masterfriendica2014-02-208-250/+308
|\ \ | | | | | | bootstrapify the nav
| * | another correctionmarijus2014-02-191-1/+1
| | |
| * | Merge branch 'master' of https://github.com/friendica/redmarijus2014-02-191-12/+12
| |\ \
| * | | one pixel to much...marijus2014-02-191-1/+1
| | | |
| * | | bootstrapify the navmarijus2014-02-198-250/+308
| | | |
* | | | Merge pull request #323 from tuscanhobbit/masterPaolo T2014-02-192-929/+977
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| IT: update to the strings
| * | IT: update to the stringstuscanhobbit2014-02-192-929/+977
| | |
* | | introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-181-12/+12
| |/ |/| | | | | able to successfully authenticate (but is not necessarily in this network).
* | Merge https://github.com/friendica/red into zpullfriendica2014-02-181-2/+5
|\ \
| * \ Merge pull request #320 from dawnbreak/masterfriendica2014-02-191-2/+5
| |\ \ | | | | | | | | Let user cancel the red_encrypt dialogue
| | * | Let user cancel the red_encrypt dialogueKlaus2014-02-181-2/+5
| | | | | | | | | | | | If the user press cancel on the prompt also cancel the encryption. Maybe should also add this to passhint promt.
* | | | change edit/delete to icons on filestorage pagefriendica2014-02-181-3/+4
|/ / /
* | | edit bookmarksfriendica2014-02-183-2/+13
| | |
* | | several things were not working correctly w/r/t community tagging. The ↵friendica2014-02-161-0/+4
| | | | | | | | | | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
* | | DE: update to the stringsTobias Diekershoff2014-02-162-1556/+1604
|/ /
* | This makes advanced privacy settings adjustable in expert mode only. Also ↵marijus2014-02-133-20/+36
| | | | | | | | they are hidden behind a button. This is a design hotfix should probably come up with something better someday...
* | don't fix the height of the archive widget - fix the maximum heightfriendica2014-02-131-1/+1
| |
* | very simple schemefriendica2014-02-131-0/+5
| |
* | make activities optional for profile things, clean up the formsfriendica2014-02-123-10/+13
| |
* | ui improvements on the manage pagefriendica2014-02-123-9/+17
| |
* | DE: update to the stringsTobias Diekershoff2014-02-122-3988/+4119
| |
* | shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-112-12/+21
| | | | | | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* | add chanview mode to settingsfriendica2014-02-101-0/+1
| |
* | whitespacemarijus2014-02-101-1/+1
| |
* | moving background-color to style.cssmarijus2014-02-092-2/+2
| |
* | theming chat a littlemarijus2014-02-093-5/+39
| |
* | .Christian Vogeley2014-02-091-0/+1
| |
* | create a new "subdued" CSS class for things that shouldn't be in your face ↵friendica2014-02-081-0/+9
| | | | | | | | 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.
* | Merge https://github.com/friendica/red into zpullfriendica2014-02-072-4017/+4207
|\ \
| * | Merge pull request #303 from tuscanhobbit/masterPaolo T2014-02-072-4017/+4207
| |\| | | | | | | IT: update to the strings
| | * IT: update to the stringstuscanhobbit2014-02-072-3857/+4049
| | |
* | | from olivier: use double quotes in js strings, updated FR translationfriendica2014-02-073-5103/+7620
|/ / | | | | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
* | notification bug - don't use $r, we already set it to something else that we ↵friendica2014-02-061-1/+2
| | | | | | | | need further on.
* | add chatrooms templatefriendica2014-02-051-0/+10
| |
* | Merge pull request #298 from cvogeley/masterfriendica2014-02-061-2/+13
|\ \ | | | | | | Other not so elegant way of detecting touch screen devices
| * | Other not so elegant way of detecting touch screen devicesChristian Vogeley2014-02-021-2/+13
| | | | | | | | | | | | But at least it seems to work