Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comment out since it is not clear if this is not implemented yet or obsolete | marijus | 2014-01-31 | 1 | -2/+2 |
| | |||||
* | keep presence updated - typo was causing it to logout | friendica | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | more chat work - this time the ajax bits to actually show chats on the page | friendica | 2014-01-30 | 1 | -5/+34 |
| | |||||
* | Merge pull request #293 from MicMee/master | friendica | 2014-01-30 | 1 | -0/+1 |
|\ | | | | | more progress in admin to maintain hubloc with ping | ||||
| * | Merge branch 'master' of https://github.com/friendica/red | Michael Meer | 2014-01-30 | 1 | -3/+4 |
| |\ | | | | | | | | | | . | ||||
| * | | attempt with fix URL for testing works | Michael Meer | 2014-01-30 | 1 | -0/+1 |
| | | | |||||
* | | | dont show an empty link to profile creation if multi_profile is not enabled | marijus | 2014-01-30 | 1 | -2/+1 |
| |/ |/| | |||||
* | | typo and clear chattext after submission | friendica | 2014-01-30 | 1 | -3/+4 |
|/ | |||||
* | a bit more ajax work on chat and chatsvc and some fiddling with layouts | friendica | 2014-01-30 | 1 | -10/+25 |
| | |||||
* | chatroom management front-end stuff | friendica | 2014-01-29 | 1 | -0/+12 |
| | |||||
* | start on the ajax bits | friendica | 2014-01-29 | 1 | -4/+29 |
| | |||||
* | more chat infrastructure | friendica | 2014-01-29 | 1 | -0/+18 |
| | |||||
* | more testing of chatroom interfaces, also corrected a function call that ↵ | friendica | 2014-01-29 | 1 | -1/+1 |
| | | | | should have been a class instantiation in reddav | ||||
* | add image floating to bbcode | marijus | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | debug chatroom_list widget | friendica | 2014-01-29 | 1 | -3/+3 |
| | |||||
* | add template for chatroomlist widget | friendica | 2014-01-29 | 1 | -0/+11 |
| | |||||
* | online indication to the directory popup | friendica | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | online indication on profile sidebar | friendica | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | fix sql query and provide setting to hide online status | friendica | 2014-01-28 | 1 | -0/+3 |
| | |||||
* | photo tagging still broken - but at least don't create a new linked item ↵ | friendica | 2014-01-27 | 1 | -1/+1 |
| | | | | every time a photo is edited. | ||||
* | Merge branch 'master' of https://github.com/MicMee/red | Michael Meer | 2014-01-27 | 3 | -2/+4 |
|\ | | | | | | | to be in sync | ||||
| * | add davguest param to cut/paste link for directories in mod/filestorage | friendica | 2014-01-26 | 1 | -2/+1 |
| | | |||||
| * | Add admin info to admin panel and site info. | Thomas Willingham | 2014-01-24 | 2 | -0/+3 |
| | | | | | | | | Since we can have multiple admins, this is freeform bbcode. | ||||
* | | reorg formula data for hubloc checks | Michael Meer | 2014-01-22 | 1 | -4/+5 |
|/ | |||||
* | add primary webbie to directory popup | friendica | 2014-01-21 | 1 | -0/+4 |
| | |||||
* | fix the admin interface to pending registrations | friendica | 2014-01-21 | 1 | -3/+2 |
| | |||||
* | no need to have a doule hublocid | Michael Meer | 2014-01-20 | 1 | -2/+3 |
| | |||||
* | added buttons to perform later hubloc actions | Michael Meer | 2014-01-20 | 1 | -0/+2 |
| | |||||
* | Missed these from git add...a year ago | Thomas Willingham | 2014-01-17 | 1 | -0/+7 |
| | |||||
* | Confirm box: fall back to standard js confirm dialog if bootstrap isn't ↵ | Christian Vogeley | 2014-01-13 | 1 | -3/+8 |
| | | | | available | ||||
* | delete confirmation popup for blocks and layouts | Christian Vogeley | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Prevent whitespace breaking copy-paste of reset passwords. | Thomas Willingham | 2014-01-10 | 1 | -3/+1 |
| | |||||
* | mod_filestorage: provide a URL for linking to webpages and other websites | friendica | 2014-01-09 | 1 | -4/+5 |
| | |||||
* | preparatory work for supporting a "list view" mode for conversations. This ↵ | friendica | 2014-01-08 | 1 | -0/+2 |
| | | | | would be useful for forum-like channels and/or block-oriented themes. | ||||
* | qr enhancements | friendica | 2014-01-08 | 1 | -3/+8 |
| | |||||
* | qr code support | friendica | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | filestorage re-org and cleanup | friendica | 2014-01-06 | 2 | -6/+12 |
| | |||||
* | special handling for directories | friendica | 2014-01-06 | 1 | -1/+1 |
| | |||||
* | prepare for OS file storage, and add bbcode attachment link to ↵ | friendica | 2014-01-06 | 1 | -4/+4 |
| | | | | mod/filestorage. This isn't beautiful, but it's a start. | ||||
* | provide ability to change attachment/file permissions | friendica | 2014-01-06 | 2 | -0/+33 |
| | |||||
* | Merge branch 'master' into movejs | friendica | 2014-01-06 | 3 | -4/+4 |
|\ | | | | | | | | | Conflicts: version.inc | ||||
| * | make plink href visible | friendica | 2014-01-04 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #254 from cvogeley/master | cvogeley | 2014-01-03 | 1 | -4/+3 |
|\ | | | | | Webpage fixes for the moment without the fix for page not found after editing a webpage | ||||
| * | Confirm webpage deletion prompt | Christian Vogeley | 2014-01-01 | 1 | -4/+3 |
| | | |||||
* | | expose profile things in the UI | friendica | 2013-12-30 | 1 | -1/+4 |
| | | |||||
* | | basic edit and delete for things | friendica | 2013-12-30 | 2 | -0/+37 |
| | | |||||
* | | display_thing: it ain't much, but it's implemented. | friendica | 2013-12-29 | 1 | -0/+8 |
| | | |||||
* | | a bit more backend work on things | friendica | 2013-12-28 | 1 | -0/+13 |
| | | |||||
* | | remove prettyphoto from core - this will affect the enhanced photo albums ↵ | friendica | 2013-12-26 | 4 | -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 div | friendica | 2013-12-25 | 1 | -1/+1 |
| | |