aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* get rid of bootstrap's blockqote margin css which is just bloody wrong and ↵friendica2014-01-251-0/+1
| | | | can't easily be over-ridden
* prettyphoto (js|css) not foundfriendica2014-01-241-3/+0
|
* add primary webbie to directory popupfriendica2014-01-211-0/+4
|
* fix the admin interface to pending registrationsfriendica2014-01-211-3/+2
|
* no need to have a doule hublocidMichael Meer2014-01-201-2/+3
|
* added buttons to perform later hubloc actionsMichael Meer2014-01-201-0/+2
|
* Missed these from git add...a year agoThomas Willingham2014-01-171-0/+7
|
* Remove deprecated CSS - there is a dark schema now, and shadows and stuff ↵Thomas Willingham2014-01-162-293/+0
| | | | are cofigurable.
* Tweak "typical" perms macroThomas Willingham2014-01-161-3/+3
|
* Merge branch 'master' of https://github.com/pixelroot/red into pixelroot-masterfriendica2014-01-152-4537/+5082
|\ | | | | | | | | Conflicts: view/ru/strings.php
| * modified: view/ru/messages.popixelroot2014-01-132-1922/+1599
| | | | | | | | modified: view/ru/strings.php
| * modified: view/ru/messages.popixelroot2014-01-131-3661/+4094
| |
* | Merge pull request #271 from cvogeley/mastercvogeley2014-01-131-3/+8
|\ \ | | | | | | Confirm box: fall back to standard js confirm dialog if bootstrap isn't ...
| * | Confirm box: fall back to standard js confirm dialog if bootstrap isn't ↵Christian Vogeley2014-01-131-3/+8
| | | | | | | | | | | | available
* | | DE: update to the stringsTobias Diekershoff2014-01-132-2239/+2388
| | |
* | | Merge pull request #268 from cvogeley/mastercvogeley2014-01-111-1/+1
|\| | | | | | | | delete confirmation popup for blocks and layouts
| * | delete confirmation popup for blocks and layoutsChristian Vogeley2014-01-121-1/+1
| | |
* | | Merge pull request #264 from tuscanhobbit/masterPaolo T2014-01-112-874/+947
|\ \ \ | |/ / |/| | Italian translation of reddav
| * | Italian translation of reddavtuscanhobbit2014-01-112-874/+947
| | |
* | | Prevent whitespace breaking copy-paste of reset passwords.Thomas Willingham2014-01-101-3/+1
| | |
* | | mod_filestorage: provide a URL for linking to webpages and other websitesfriendica2014-01-092-6/+7
| | |
* | | add cloud link to profile_tabs and Comanchify the suckerfriendica2014-01-091-0/+3
| | |
* | | preparatory work for supporting a "list view" mode for conversations. This ↵friendica2014-01-081-0/+2
| | | | | | | | | | | | would be useful for forum-like channels and/or block-oriented themes.
* | | qr enhancementsfriendica2014-01-082-3/+13
| | |
* | | qr code supportfriendica2014-01-071-1/+1
| | |
* | | make storage limit service classes apply to accounts, not channels. Also ↵friendica2014-01-071-0/+11
| | | | | | | | | | | | include a css file that was missing from work yesterday.
* | | filestorage re-org and cleanupfriendica2014-01-062-6/+12
| | |
* | | special handling for directoriesfriendica2014-01-061-1/+1
| | |
* | | prepare for OS file storage, and add bbcode attachment link to ↵friendica2014-01-061-4/+4
| | | | | | | | | | | | mod/filestorage. This isn't beautiful, but it's a start.
* | | add "self" to access control lists with special marking to indicate it's ↵friendica2014-01-062-2/+6
| | | | | | | | | | | | special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be.
* | | provide ability to change attachment/file permissionsfriendica2014-01-062-0/+33
| | |
* | | Merge branch 'master' into movejsfriendica2014-01-068-2873/+2914
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: version.inc
| * | | likes to comments getting indented an extra 50pxfriendica2014-01-051-5/+0
| | | |
| * | | make plink href visiblefriendica2014-01-041-2/+2
| | | |
| * | | Merge pull request #255 from tuscanhobbit/masterPaolo T2014-01-042-2863/+2909
| |\| | | | | | | | | | Updated Italian translation
| | * | Updated Italian translationtuscanhobbit2014-01-042-2863/+2909
| | | |
* | | | move js files from corefriendica2014-01-0415-11/+4091
|/ / /
* | | Merge pull request #254 from cvogeley/mastercvogeley2014-01-031-4/+3
|\ \ \ | | | | | | | | Webpage fixes for the moment without the fix for page not found after editing a webpage
| * | | Confirm webpage deletion promptChristian Vogeley2014-01-011-4/+3
| | | |
* | | | expose profile things in the UIfriendica2013-12-303-10/+14
| | | |
* | | | basic edit and delete for thingsfriendica2013-12-303-0/+42
| | | |
* | | | display_thing: it ain't much, but it's implemented.friendica2013-12-291-0/+8
| | | |
* | | | a bit more backend work on thingsfriendica2013-12-281-0/+13
| | | |
* | | | remove prettyphoto from core - this will affect the enhanced photo albums ↵friendica2013-12-264-12/+1
| | | | | | | | | | | | | | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins.
* | | | missing end divfriendica2013-12-251-1/+1
| | | |
* | | | and add a border for delineationfriendica2013-12-251-0/+2
| | | |
* | | | improve the register text until the new register page is finishedfriendica2013-12-252-2/+13
| | | |
* | | | try againfriendica2013-12-251-3/+3
| | | |
* | | | extend the directory profiles a bit morefriendica2013-12-251-0/+9
| | | |
* | | | use colorbox for single photo viewing (replacing prettyPhoto, which may have ↵friendica2013-12-252-2/+2
| | | | | | | | | | | | | | | | license incompatibilities). Also set maximum size of a directory popup and let it scroll after that in case somebody set their profile keywords to the content of Webster's dictionary.