Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The affinity tool is not a "traditional" widget. But it is nevertheless a ↵ | friendica | 2013-12-11 | 1 | -25/+0 |
| | | | | widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-11 | 2 | -2/+4 |
|\ | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css | ||||
| * | Merge pull request #239 from git-marijus/master | friendica | 2013-12-11 | 1 | -2/+2 |
| |\ | | | | | | | make empty notes saveable as well | ||||
| | * | make empty notes saveable as well | marijus | 2013-12-11 | 1 | -2/+2 |
| | | | |||||
| * | | Don't let nobody set an xconfig in safe search. | Thomas Willingham | 2013-12-11 | 1 | -0/+2 |
| |/ | |||||
* | | remove hidden and deleted channels from viewconnections | friendica | 2013-12-11 | 1 | -7/+4 |
| | | |||||
* | | comanchify all the simple cases - those that only load a profile. Rework ↵ | friendica | 2013-12-11 | 7 | -273/+0 |
|/ | | | | 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_profile | friendica | 2013-12-10 | 1 | -45/+5 |
| | |||||
* | issue #237 - when manually changing an uploaded photo URL in a post to an ↵ | friendica | 2013-12-10 | 1 | -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 Comanchified | friendica | 2013-12-10 | 2 | -25/+1 |
| | |||||
* | mod_network is now running under Comanche. Yay. | friendica | 2013-12-10 | 1 | -9/+0 |
| | |||||
* | we're almost ready to turn on comanche for mod_network. All the widgets are ↵ | friendica | 2013-12-10 | 1 | -107/+24 |
| | | | | done. | ||||
* | comanchify the savedsearch widget | friendica | 2013-12-09 | 1 | -3/+3 |
| | |||||
* | slight mod of connections widgets | friendica | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/git-marijus/red | friendica | 2013-12-09 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css | ||||
| * | saved search icon work and bugfixes for #tags not beeing deletable and save ↵ | marijus | 2013-12-10 | 1 | -1/+1 |
| | | | | | | | | button showing if saved search is disabled | ||||
* | | notes widget | friendica | 2013-12-09 | 2 | -1/+17 |
|/ | |||||
* | some work on modularising the default profile photo so we can make them site ↵ | friendica | 2013-12-09 | 1 | -6/+6 |
| | | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space | ||||
* | enable JS-less display of channel | zottel | 2013-12-09 | 1 | -3/+7 |
| | |||||
* | migrate follow widget to comanche and remove obsolete mod/intro.php | friendica | 2013-12-09 | 3 | -112/+3 |
| | |||||
* | suggestion widget tweaked to make it comanche capable. Remove old versions ↵ | friendica | 2013-12-08 | 3 | -4/+7 |
| | | | | 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 ↵ | friendica | 2013-12-08 | 1 | -5/+5 |
| | | | | will be in view/pdl files | ||||
* | starting on the journey to comanche everywhere - beginning with widget ↵ | friendica | 2013-12-08 | 1 | -2/+2 |
| | | | | conversions. There are approximately 20 which need to be wrapped for accessibility to comanche. | ||||
* | Merge pull request #228 from tobiasd/nologin | friendica | 2013-12-08 | 2 | -0/+4 |
|\ | | | | | add option to hide login form from homepage | ||||
| * | add option to hide login form from homepage | Tobias Diekershoff | 2013-12-06 | 2 | -0/+4 |
| | | |||||
* | | improve editing ability of webpages - acls, photos, location, page link ↵ | friendica | 2013-12-07 | 2 | -6/+49 |
| | | | | | | | | title, etc. | ||||
* | | finish ACL's in personal menus | friendica | 2013-12-07 | 1 | -23/+22 |
| | | |||||
* | | show a clean url in the hovertip for suggested friends | friendica | 2013-12-06 | 1 | -0/+1 |
| | | |||||
* | | add suggestions to a couple of other pages | friendica | 2013-12-06 | 2 | -0/+4 |
| | | |||||
* | | suggestion widget | friendica | 2013-12-06 | 1 | -0/+1 |
| | | |||||
* | | need include/conversation for events now | friendica | 2013-12-06 | 1 | -0/+1 |
|/ | |||||
* | yeah - that's what I'm going to do. we'll just keep system notifications. If ↵ | friendica | 2013-12-06 | 1 | -326/+0 |
| | | | | somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over. | ||||
* | some code cleanup - gad I forgot what a mess the "other" notifications tabs ↵ | friendica | 2013-12-06 | 2 | -161/+9 |
| | | | | (everything but system) were in. Maybe I'll just remove them so we can start over. | ||||
* | move profile tabs and network/matrix tabs to include/conversation | friendica | 2013-12-05 | 1 | -125/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-05 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #223 from zzottel/master | friendica | 2013-12-05 | 1 | -2/+2 |
| |\ | | | | | | | Make it possible to change collection visibility without changing name. | ||||
| | * | Make it possible to change visibility without changing name. | zottel | 2013-12-05 | 1 | -2/+2 |
| | | | |||||
* | | | couple of errant SQL queries | friendica | 2013-12-05 | 1 | -2/+2 |
| | | | |||||
* | | | remove some cruft | friendica | 2013-12-05 | 1 | -69/+5 |
|/ / | |||||
* | | make some "selection-is-selected" classes work again | friendica | 2013-12-05 | 1 | -1/+1 |
| | | |||||
* | | issue #224 | friendica | 2013-12-05 | 1 | -0/+6 |
| | | |||||
* | | issue #225 | friendica | 2013-12-05 | 2 | -1/+3 |
| | | |||||
* | | couple of additional checks | friendica | 2013-12-05 | 1 | -1/+12 |
| | | |||||
* | | mod_authtest --- magic-auth diagnostic for those that are too freaking ↵ | friendica | 2013-12-05 | 3 | -9/+146 |
|/ | | | | important to read logs or code and expect others to be able to debug complex authentication transactions with no information beyond "it didn't work". This will provide a transaction report including both sides of the exchange that you can paste into a bug report and that a developer can actually figure out where in the transaction that things went wrong and maybe even be able to then figure out why. | ||||
* | generate a small amount of entropy to avoid duplicate notifications from ↵ | friendica | 2013-12-04 | 1 | -2/+4 |
| | | | | essentially simultaneous deliveries. | ||||
* | add poco and follow to default xchan creation | friendica | 2013-12-04 | 1 | -1/+3 |
| | |||||
* | include re-organisation and more doco, post_to_red fix ampersands in categories | friendica | 2013-12-04 | 3 | -32/+20 |
| | |||||
* | add hooks to zot-finger and import_xchan | friendica | 2013-12-03 | 1 | -0/+1 |
| | |||||
* | on successful magic-auth, put remote_service_class and remote_hub into the ↵ | friendica | 2013-12-03 | 1 | -4/+21 |
| | | | | session | ||||
* | reorganise a few included functions - notably identity related functions | friendica | 2013-12-03 | 1 | -1/+0 |
| |