aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | remove hidden and deleted channels from viewconnectionsfriendica2013-12-111-7/+4
| | |
| * | comanchify all the simple cases - those that only load a profile. Rework ↵friendica2013-12-1116-325/+74
| |/ | | | | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
| * cleanup and Comanchification of mod_profilefriendica2013-12-103-45/+11
| |
| * issue #237 - when manually changing an uploaded photo URL in a post to an ↵friendica2013-12-101-1/+4
| | | | | | | | invalid URL that happens to not throw an error, it affects the ability to parse the URL to see if it's a local image and correct permissions. The correct way to do this is to change the '-2' to '-1' if you want 640 instead of 320 and '-0' if you want the original size - which is not likely to win you many friends if it happens to be a 42 megapixel photo. We might have limits in place to prevent monster photos from destroying everybody's streams, but many services you export the post to will probably not.
| * mod channel is now Comanchifiedfriendica2013-12-105-26/+38
| |
| * Merge https://github.com/friendica/red into zpullfriendica2013-12-101-1/+1
| |\
| | * Merge pull request #235 from zzottel/masterfriendica2013-12-101-1/+1
| | |\ | | | | | | | | When counting not yet loaded images, count all in .wall-item-body.
| | | * When counting not yet loaded images, count all in .wall-item-body.zottel2013-12-101-1/+1
| | | |
| * | | look for comanche module pages using theme_include()friendica2013-12-101-2/+2
| |/ /
| * | matrix/network page under Comanche cont.friendica2013-12-102-0/+4
| | |
| * | mod_network is now running under Comanche. Yay.friendica2013-12-103-10/+12
| | |
| * | we're almost ready to turn on comanche for mod_network. All the widgets are ↵friendica2013-12-103-109/+91
| |/ | | | | | | done.
| * comanchify the savedsearch widgetfriendica2013-12-095-3/+118
| |
| * turn private notes into a featurefriendica2013-12-092-0/+4
| |
| * more css cleanupfriendica2013-12-092-98/+13
| |
| * slight mod of connections widgetsfriendica2013-12-091-1/+1
| |
| * more css shrinkagefriendica2013-12-095-370/+323
| |
| * Merge branch 'master' of https://github.com/git-marijus/redfriendica2013-12-093-3/+19
| |\ | | | | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| | * saved search icon work and bugfixes for #tags not beeing deletable and save ↵marijus2013-12-103-3/+16
| | | | | | | | | | | | button showing if saved search is disabled
| * | notes widgetfriendica2013-12-095-2/+52
| | |
| * | doco and add document ready functionfriendica2013-12-091-0/+4
| |/
| * some work on modularising the default profile photo so we can make them site ↵friendica2013-12-0938-735/+13
| | | | | | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space
| * Merge https://github.com/friendica/red into zpullfriendica2013-12-092-3/+13
| |\
| | * Merge pull request #233 from zzottel/masterfriendica2013-12-092-3/+13
| | |\ | | | | | | | | First JS-less steps
| | | * enable JS-less display of channelzottel2013-12-091-3/+7
| | | |
| | | * set JS cookiezottel2013-12-091-0/+6
| | |/
| * / this should fix the "always loads page 2 first if you're scrolled down the ↵friendica2013-12-091-28/+25
| |/ | | | | | | page a fair ways and reload the page".
| * Merge https://github.com/friendica/red into zpullfriendica2013-12-092-2/+2
| |\
| | * Merge pull request #232 from git-marijus/masterfriendica2013-12-092-2/+2
| | |\ | | | | | | | | this reduces pageloadsize by 355,93KB
| | | * editor_plugin_src.js compressed at jscompress.commarijus2013-12-091-1/+1
| | | |
| | | * this reduces pageloadsize by 355,93KBmarijus2013-12-091-1/+1
| | |/
| * | more comanchisation (I declare this to be a word)friendica2013-12-091-0/+13
| | |
| * | migrate follow widget to comanche and remove obsolete mod/intro.phpfriendica2013-12-096-139/+34
| | |
| * | icon updatefriendica2013-12-081-1/+1
| |/
| * description of work needed on photos module was duplicatedfriendica2013-12-081-2/+0
| |
| * suggestion widget tweaked to make it comanche capable. Remove old versions ↵friendica2013-12-0811-465/+69
| | | | | | | | of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base.
| * transition to $a->set_widget in /network on the short term - long term this ↵friendica2013-12-081-5/+5
| | | | | | | | will be in view/pdl files
| * starting on the journey to comanche everywhere - beginning with widget ↵friendica2013-12-084-5/+13
| | | | | | | | conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
| * Merge pull request #231 from cvogeley/masterfriendica2013-12-0815-3/+9850
| |\ | | | | | | Add bootstrap framework to red
| | * bootboxChristian Vogeley2013-12-081-0/+6
| | |
| | * Minified bootstrap cssChristian Vogeley2013-12-081-1/+1
| | |
| | * override bootstrap in bootstrap-redChristian Vogeley2013-12-083-69/+68
| | | | | | | | | | | | so theme developers are not forced to change anything
| | * submit button heightChristian Vogeley2013-12-081-1/+1
| | |
| | * Merge branch 'bootstrap'Christian Vogeley2013-12-0812-0/+9842
| | |\
| | | * Include bootstrapChristian Vogeley2013-12-0812-3/+9856
| | | |
| * | | Merge pull request #228 from tobiasd/nologinfriendica2013-12-083-0/+5
| |\ \ \ | | |/ / | |/| | add option to hide login form from homepage
| | * | add option to hide login form from homepageTobias Diekershoff2013-12-063-0/+5
| | | |
| * | | post_activity_item issuesfriendica2013-12-073-5/+29
| | | |
| * | | typo in mod_poke.jsfriendica2013-12-071-1/+1
| | | |
| * | | improve editing ability of webpages - acls, photos, location, page link ↵friendica2013-12-072-6/+49
| | | | | | | | | | | | | | | | title, etc.