friendica
ae6bd7dc1e
fix issue with double linkify in the git feed
2014-02-07 15:41:31 -08:00
friendica
1ec7ffc774
Merge https://github.com/friendica/red into zpull
2014-02-07 13:40:26 -08:00
friendica
63589d4f2e
from olivier: use double quotes in js strings, updated FR translation
...
from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
2014-02-07 13:39:13 -08:00
marijus
f62ec4132e
let oneself be added to a collection in exchange for deleted contacts
2014-02-07 21:28:39 +01:00
friendica
cda1224066
missing element in new chatroom link
2014-02-06 23:10:14 -08:00
friendica
b779400218
mod/ping - don't perform any database calls if installing
2014-02-06 21:31:42 -08:00
friendica
9b2dc9b87c
make all naked links bookmark-able
2014-02-06 16:22:40 -08:00
friendica
05a70a8760
add chatroom links
2014-02-05 19:16:12 -08:00
friendica
cb6716a644
fix the xchan lookup tool
2014-02-05 18:51:50 -08:00
friendica
0844110f7b
preserve system bit when editing menus
2014-02-05 03:44:46 -08:00
friendica
24f32e55c8
bookmarking bugfix
2014-02-05 03:29:02 -08:00
friendica
f30a39f9df
bookmark debug logging
2014-02-05 03:15:10 -08:00
friendica
8a11c29413
make links in comments bookmark-able
2014-02-04 19:39:56 -08:00
friendica
aede006970
bookmarks - mop up and go home
2014-02-04 17:12:13 -08:00
friendica
3665bc38ef
bookmarking
2014-02-04 16:06:56 -08:00
friendica
d8f16442a1
bookmark permissions
2014-02-04 00:52:34 -08:00
friendica
1572403e98
photo tagging somewhat working - but can't remove photo tags until we update tagrm
2014-02-03 20:44:42 -08:00
friendica
9ce3dac479
some tagging fixes - including old bugs which were never reported
2014-02-03 19:54:32 -08:00
friendica
876f5d4de0
transmit, receive, and parse bookmarks
2014-02-03 19:38:15 -08:00
friendica
c4d0884596
accept new connection broke yesterday
2014-02-03 14:03:43 -08:00
friendica
c7cad26b41
more wordsmithing
2014-02-02 20:22:41 -08:00
friendica
38bce48f28
wordsmithing
2014-02-02 18:06:15 -08:00
friendica
ee1580427e
don't draw attention to advanced permissions and their corresponding complexity and clearly mark the simple permissions which people are encouraged to use.
2014-02-02 17:54:36 -08:00
friendica
3eed73d519
minor text change "can" -> "may"
2014-02-02 16:51:11 -08:00
friendica
2768262f93
Add switch to allow menus to be used as bookmark collections
2014-02-02 16:49:09 -08:00
friendica
67899677db
make chat honour the pause key (but we still need to ping the server to maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking
2014-02-02 15:50:07 -08:00
friendica
b39c0d54c0
some windows fixes
2014-02-02 14:06:36 -08:00
friendica
e83419b53e
add links to change chat status and leave room
2014-02-02 03:43:52 -08:00
friendica
61cc4de225
provide donation options on siteinfo page
2014-02-01 21:03:21 -08:00
friendica
94e59d4770
status indication
2014-02-01 01:00:26 -08:00
friendica
d14afc0ee4
provide the room name for the room you're in.
2014-02-01 00:54:20 -08:00
friendica
bd691300a7
provide some interesting new options to channel sources
2014-01-31 20:02:59 -08:00
friendica
aaa3c62efa
keep presence updated - typo was causing it to logout
2014-01-30 21:09:02 -08:00
friendica
deaf93db71
missing string delimiters (quotes)
2014-01-30 21:01:09 -08:00
friendica
49f07bd90f
mod/ping should only update basic_presence - and clearing stale entries. otherwise let rooms handle presence for themselves.
2014-01-30 19:01:03 -08:00
Michael Meer
c0f02d774a
started analysis of ping response and clean up more logger
2014-01-30 20:41:40 +01:00
Michael Meer
c5ac5544cb
clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working
2014-01-30 11:04:20 +01:00
Michael Meer
0a2b2a1390
attempt with fix URL for testing works
2014-01-30 10:39:09 +01:00
Michael Meer
e5d1e20ff5
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with master repro
2014-01-30 10:21:21 +01:00
friendica
6c6a9b963a
a bit more ajax work on chat and chatsvc and some fiddling with layouts
2014-01-30 01:00:46 -08:00
friendica
080928f214
chatroom management front-end stuff
2014-01-29 21:29:48 -08:00
friendica
7b60978262
back-end for changing online status and keeping presence refreshed
2014-01-29 20:40:37 -08:00
friendica
9fdee53c9a
start on the ajax bits
2014-01-29 20:14:18 -08:00
friendica
c24aa824fe
chat is a members only feature, there is no "guest" access.
2014-01-29 18:19:19 -08:00
friendica
0d326dfb45
mod/chatsvc - ajax backend for chat
2014-01-29 18:02:51 -08:00
friendica
b8fb6a4373
more chat infrastructure
2014-01-29 17:09:20 -08:00
Thomas Willingham
5a5973982f
Really fix attachments in Firefox
2014-01-29 22:11:36 +00:00
Thomas Willingham
5c54880ce8
Make Firefox behave if an attachment points to a file with a space in it.
2014-01-29 20:38:32 +00:00
Michael Meer
ef97a454bb
ping gives us now a reply. But the reply doesnt contains useful data, requires still some investigations
2014-01-29 15:45:35 +01:00
Michael Meer
ac8d481a32
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with main repro
2014-01-29 14:07:25 +01:00
friendica
c95f65e092
prevent runaway presence indication
2014-01-29 02:36:01 -08:00
friendica
10b51a9471
issues uncovered whilst testing the chatroom API
2014-01-29 02:25:21 -08:00
friendica
0013e59086
chatpresence timing out too quickly
2014-01-28 20:19:16 -08:00
friendica
2822e6e70a
missing file in checkin
2014-01-28 20:15:57 -08:00
friendica
d970c69f91
online indication to the directory popup
2014-01-28 19:49:56 -08:00
friendica
8efac0cfd6
fix sql query and provide setting to hide online status
2014-01-28 16:16:55 -08:00
friendica
6e22aa25cc
basic presence indication
2014-01-28 15:52:54 -08:00
Michael Meer
aa285b83c1
to make visible what I try, ping still won't work, but I'm confused about get_channel
2014-01-28 10:58:31 +01:00
Michael Meer
8ddee71c2b
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with main repro
2014-01-28 09:49:09 +01:00
friendica
f104b4dc27
preserve expiration when editing
2014-01-27 23:49:42 -08:00
friendica
3100b5d93e
photo tagging still broken - but at least don't create a new linked item every time a photo is edited.
2014-01-27 18:06:09 -08:00
friendica
24bac92acd
after rposting - if there's no remote_return, go to your matrix page rather than leave you on a blank rpost page.
2014-01-27 15:25:04 -08:00
Michael Meer
904db593df
add a temporary logger command at remote server side
2014-01-27 12:01:53 +01:00
Michael Meer
a3bf272753
Merge branch 'master' of https://github.com/MicMee/red
...
to be in sync
2014-01-27 10:37:15 +01:00
friendica
d67fdd1299
add davguest param to cut/paste link for directories in mod/filestorage
2014-01-26 14:41:43 -08:00
friendica
d296b02b0e
The final piece of the DAV authentication puzzle. Provide a directory view to an un-auth'd person (without asking for a password) by adding a query parameter 'davguest=1'. This is a bit of a hack, but there was no response on the official forum about how to do this correctly so it will have to do. On the downside, if permission is denied, it won't ask for a password - but we're talking about unauthenticated folks who didn't go through magic auth so chances are even if they authenticate, permission will still be denied.
2014-01-26 14:15:57 -08:00
friendica
0948c3c3ca
allow site defaults for enabled features
2014-01-26 03:27:36 -08:00
friendica
f90b3b60cb
don't prompt guests for a password if they're accessing an embedded public file.
2014-01-26 02:58:03 -08:00
Thomas Willingham
692822bdf0
Left over line from placeholder.
2014-01-25 00:13:29 +00:00
Thomas Willingham
d3a0d37b0d
Add admin info to admin panel and site info.
...
Since we can have multiple admins, this is freeform bbcode.
2014-01-24 23:58:41 +00:00
Michael Meer
844df11058
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with master repro
2014-01-24 11:59:15 +01:00
friendica
ab6b6794b4
fix marital partner linking
2014-01-23 15:43:35 -08:00
friendica
5e4f45c03a
mod_profperm migrated
2014-01-23 14:35:59 -08:00
Michael Meer
a2b07ed281
build url, deleted logger commands
2014-01-23 13:58:14 +01:00
Michael Meer
524fff3a17
preperation for ping, need training in SQL :(
2014-01-23 12:09:35 +01:00
Michael Meer
6a1e73e610
Merge branch 'master' of https://github.com/friendica/red
...
to keep the repros in sync
2014-01-22 13:38:47 +01:00
friendica
3914200223
simplify chanview authentication and make sure it carries through multiple generations
2014-01-22 03:01:28 -08:00
Michael Meer
ffabb4cc86
reorg formula data for hubloc checks
2014-01-22 11:29:49 +01:00
Michael Meer
f28b21f99d
start with hubloc ping
2014-01-22 09:16:22 +01:00
friendica
3f49114a05
remove debugging
2014-01-21 23:12:03 -08:00
friendica
3b375a3d3f
fix location of string file in Translations.md, fix some permissions and owner vagueness (potential bugs) in profile_tabs()
2014-01-21 23:09:33 -08:00
friendica
a13393fb23
seems you can't easily have a blank password for DAV guests, so the guest password is now +++
2014-01-21 20:42:10 -08:00
friendica
c41d3b2d53
text - change remove account button to remove channel
2014-01-21 19:01:23 -08:00
friendica
05951a9877
add primary webbie to directory popup
2014-01-21 18:45:40 -08:00
friendica
60416d6f33
fix the admin interface to pending registrations
2014-01-21 14:56:42 -08:00
friendica
35733ca013
create store directory if it's missing before initialising DAV
2014-01-21 00:02:25 -08:00
friendica
ea606869a6
when loading a single thread on the channel page, tell JS that there isn't any more content to load.
2014-01-20 17:45:02 -08:00
Michael Meer
a13593590b
added buttons to perform later hubloc actions
2014-01-20 12:12:40 +01:00
friendica
fdfea0a8e9
catch auth exceptions
2014-01-20 01:03:58 -08:00
friendica
d5bf53c54c
bring photo tagging back which hasn't worked since forking from Friendica - this is untested and displaying photo tags will now be broken as we're now storing tags with the item attached to the photo and not in the photo. But the point is we've eliminated the OStatus/SWAP0 forced spam crap and can start fresh.
2014-01-19 23:37:46 -08:00
friendica
e54a501058
Merge https://github.com/friendica/red into zpull
2014-01-19 22:28:46 -08:00
friendica
82a5eb5d90
strip zid= from REQUEST_URI as well as QUERY_STRING - sabre uses both
2014-01-19 22:27:54 -08:00
Thomas Willingham
e9ce68559e
Stop Google DDoSing me by providing block_public_search, which unlike
...
block_public will block *only* searching without an observer.
2014-01-19 23:48:26 +00:00
friendica
359d798029
kill the ummagumma effect
2014-01-16 13:26:39 -08:00
friendica
18a40d0c37
prevent zid's from reaching the DAV core code.
2014-01-16 01:19:58 -08:00
Thomas Willingham
9f66e5aef3
Merge remote-tracking branch 'upstream/master'
2014-01-15 23:01:02 +00:00
friendica
403b01da23
Merge https://github.com/friendica/red into zpull
2014-01-15 03:14:07 -08:00
friendica
47b8071ca7
dav: throw exception if channel for requested DAV directory is deleted
2014-01-15 03:12:47 -08:00
Thomas Willingham
a49704fdb6
Probably shouldn't list REGISTER_CLOSED sites on a list of open hubs.
2014-01-14 03:50:32 +00:00
cvogeley
df9e628495
Merge pull request #268 from cvogeley/master
...
delete confirmation popup for blocks and layouts
2014-01-11 17:34:37 -08:00
Christian Vogeley
325c5e4e76
delete confirmation popup for blocks and layouts
2014-01-12 02:29:03 +01:00
cvogeley
134bb139dc
Merge pull request #267 from cvogeley/master
...
Do the same thang for webpage blocks
2014-01-11 17:09:34 -08:00
Christian Vogeley
b5fbee67b1
Do the same thang for webpage blocks
2014-01-12 02:06:59 +01:00
cvogeley
3e54ccde08
Merge pull request #266 from cvogeley/master
...
Fix webpage layout title editing
2014-01-11 16:55:06 -08:00
Christian Vogeley
7a9ea83382
Fix webpage layout title editing
2014-01-12 01:51:30 +01:00
cvogeley
3dfcb7510c
Merge pull request #265 from cvogeley/master
...
Fix page layout selector
2014-01-11 15:58:57 -08:00
Christian Vogeley
5fd3ca36f8
Fix page layout selector
2014-01-12 00:49:23 +01:00
friendica
cff7056f8f
mod_attach: output stream wasn't working
2014-01-11 12:58:00 -08:00
friendica
ed9a72ecbe
preserve mid on edits
2014-01-10 19:01:24 -08:00
marijus
c4705724f1
make goaway link work
2014-01-10 16:54:16 +01:00
zottel
1c315caa28
and don't send duplicate notices <sigh>
2014-01-10 13:41:25 +01:00
zottel
ea511c67c7
add security fix to load case, too
2014-01-10 13:38:38 +01:00
friendica
0fef87cb43
security fix for channel?mid= per zottel
2014-01-10 00:58:53 -08:00
friendica
3298768d95
directory creation error, display localtimes on cloud webpage, doc updates
2014-01-10 00:47:40 -08:00
friendica
ee2bea37e9
mod_filestorage: provide a URL for linking to webpages and other websites
2014-01-09 21:01:53 -08:00
friendica
49882f2be4
add cloud link to profile_tabs and Comanchify the sucker
2014-01-09 19:00:06 -08:00
friendica
db8ebc9f37
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
zottel
5ee5bda998
fix notices
2014-01-09 17:06:28 +01:00
zottel
ab81458768
took out some left-overs from the debugging phase
2014-01-09 16:18:17 +01:00
zottel
a517a27d53
fix a bug that made it possible for everyone to access any message from other
...
channels using channel/<channel>/?mid=...
2014-01-09 16:06:33 +01:00
friendica
3c477ea8d6
attachment issue
2014-01-08 20:58:58 -08:00
friendica
352e4dc21b
add store directory write check to install checks
2014-01-08 18:20:47 -08:00
friendica
6eda806444
This should be approaching completion for file OS storage. May be a few minor bugs remaining due to some late-breaking fixes but I've been testing it as I go.
2014-01-08 18:06:52 -08:00
friendica
c4be3450bf
Merge pull request #258 from zzottel/master
...
Add display of a thread to channel module
2014-01-08 15:28:48 -08:00
friendica
bc611fb67d
Merge https://github.com/friendica/red into zpull
2014-01-08 15:22:01 -08:00
friendica
7910221832
preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
2014-01-08 15:20:12 -08:00
Thomas Willingham
7930f6d7aa
Pass hash and extension to the photo templates for plugins that require
...
links we can't construct from what's already there.
2014-01-08 22:50:44 +00:00
friendica
f1d6d58832
Merge https://github.com/friendica/red into zpull
2014-01-08 14:12:03 -08:00
friendica
29db236981
qr enhancements
2014-01-08 14:11:39 -08:00
Thomas Willingham
c35034bfe1
Fix new connection nav URL
2014-01-08 19:32:06 +00:00
zottel
9762b264cc
Add display of a thread to channel module using channel/<channel>/?mid=<mid>
2014-01-08 16:03:59 +01:00
friendica
8d562abe78
keep the to-do list somewhat current.
2014-01-08 00:03:01 -08:00
friendica
8b93881ce7
qr code support
2014-01-07 20:36:16 -08:00
friendica
b8564134aa
make storage limit service classes apply to accounts, not channels. Also include a css file that was missing from work yesterday.
2014-01-07 14:10:28 -08:00
friendica
2f27d58dfe
filestorage re-org and cleanup
2014-01-06 19:43:54 -08:00
friendica
e49e6c0d2a
special handling for directories
2014-01-06 18:20:14 -08:00
friendica
5a5466346c
prepare for OS file storage, and add bbcode attachment link to mod/filestorage. This isn't beautiful, but it's a start.
2014-01-06 18:13:02 -08:00
friendica
41df51a815
add "self" to access control lists with special marking to indicate it's 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.
2014-01-06 17:12:44 -08:00
friendica
8dc22c564a
provide ability to change attachment/file permissions
2014-01-06 16:49:07 -08:00
friendica
e20fef3903
cleanup mod/filestorage before embarking on further changes to it
2014-01-06 13:37:25 -08:00
friendica
323fc1f9a5
fix photos/upload album selector
2014-01-06 02:54:08 -08:00
friendica
daf5daa2d3
disable web browser post inputs if no storage write permission
2014-01-05 19:25:56 -08:00
friendica
061894d37f
reddav - basic mkdir support - needs more work to be robust
2014-01-05 16:00:05 -08:00
friendica
85ed9404f9
the web browser interface for DAV has now got zot
2014-01-05 14:12:53 -08:00
friendica
587c5d3e46
a few fixes to webpage editing
2014-01-04 13:44:43 -08:00
cvogeley
24850a4ea4
Merge pull request #254 from cvogeley/master
...
Webpage fixes for the moment without the fix for page not found after editing a webpage
2014-01-03 12:28:34 -08:00
Christian Vogeley
87ff495443
Revert "Fix page not found error after editing a webpage"
...
This reverts commit 575f2b3280
.
2014-01-03 21:25:18 +01:00
friendica
475b24ca9e
more dav work
2014-01-03 01:44:25 -08:00
friendica
a1c198814d
basic browsing and file retrieval for webdav working - uploads not yet. A lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled
2014-01-02 17:49:39 -08:00
friendica
ad08561d84
some DAV tweaks before the next round of heavy lifting
2014-01-02 01:09:57 -08:00
friendica
76106e16d5
fix attachment rendering for preview
2014-01-01 21:09:12 -08:00
friendica
057d885baf
return to working on red-dav; This is a bit of a slog at the moment and the basic framework isn't even close to working. This does break the working test we did have (which was never connected to the Red backend). Now we're starting to connect Red and DAV together intimately. There will probably be some twists and turns along the way as we get the information we need into all the class objects that need them. But the important part is that the RedDirectory and RedFile classes are loading without throwing white screens and from here we can use logging to figure out what the DAV front end is trying to do and what it is passing to the backend and hopefully figure out what it expects to do with the results. Unless you're a competent developer with a strong background in OOP and are helping develop this code, you should keep it an arm's length away from any production site and don't even think of enabling it. By default it is turned off.
2014-01-01 16:07:36 -08:00
Christian Vogeley
aafc40069b
Confirm webpage deletion prompt
2014-01-01 16:18:39 +01:00
Christian Vogeley
575f2b3280
Fix page not found error after editing a webpage
2013-12-31 18:28:07 +01:00
Christian Vogeley
22e94d7d68
Correct wrong service class check for webpages
2013-12-31 16:03:25 +01:00
friendica
4c541bb680
expose profile things in the UI
2013-12-30 15:41:42 -08:00
friendica
0dd7d93674
basic edit and delete for things
2013-12-30 04:25:55 -08:00
friendica
6e81c332b7
group ACL control using tags (group must be "visible")
2013-12-29 23:47:19 -08:00
friendica
3f110567a1
handle exclusive tags and add to ACL
2013-12-29 16:30:11 -08:00
friendica
c03c0724ed
basic support for exclusion tags - we just need to use the results to tweak the ACL.
2013-12-29 16:12:39 -08:00
friendica
f36be066af
display_thing: it ain't much, but it's implemented.
2013-12-29 00:51:27 -08:00
friendica
1d0fddd39c
things can now have (consistent sized) photos - plus I found a couple of issues with duplicate notifications and contact photos not getting an album name (it was crossed with filename). The last one doesn't matter as neither is used, but it was wrong so it has been corrected. Oh and thing photos weren't working at all because the form element name was different than what the module was looking for. But that had never been tested as I was waiting to get the import/resize finished. Next up for that module is display and deletion of things; but the priority is pretty low.
2013-12-28 13:28:49 -08:00
friendica
121ee48963
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
2013-12-27 21:19:23 -08:00
friendica
c59688553c
remove prettyphoto from core - this will affect the enhanced photo albums 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.
2013-12-26 13:08:16 -08:00
friendica
f133218b33
don't include deleted folks in acl popup
2013-12-25 23:14:13 -08:00
friendica
9d9fc6e2dc
mod_invite - don't generate errors for email addresses consisting of blank lines
2013-12-25 17:08:32 -08:00
friendica
eda7c24c4e
improve the register text until the new register page is finished
2013-12-25 16:53:59 -08:00
friendica
66600ed2f8
try again
2013-12-25 04:06:26 -08:00
friendica
4ec569d6e7
sslify http links in media elements if you're on an https server
2013-12-25 02:45:22 -08:00
friendica
c1875bcc37
cut/paste error
2013-12-25 02:04:52 -08:00
friendica
fe00e9b261
extend the directory profiles a bit more
2013-12-25 01:57:04 -08:00
friendica
71dde7c687
use case-insensitive array search for matching directory keywords with your own
2013-12-23 22:56:32 -08:00
friendica
8194ade886
improve the directory popup a bit
2013-12-23 19:44:23 -08:00
friendica
b08d4cc1fe
first cut at a directory popup. It's a bit annoying at the moment, so we'll have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network.
2013-12-23 17:24:25 -08:00
friendica
63a42480c7
add account_level, is_foreigner and is_member functions; convert all e2ee user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
2013-12-23 15:13:09 -08:00
friendica
4517bdcff1
Merge https://github.com/friendica/red into zpull
2013-12-23 12:01:53 -08:00
friendica
45a4c649ed
oops
2013-12-23 12:01:38 -08:00
Thomas Willingham
3ac659e9c5
Reduce life of xref cookie per Opinion 04/2012 on Cookie Consent Exemption.
...
Otherwise, we need to annoy everyone with cookie warnings if they access
a hub in the EU.
2013-12-23 04:58:12 +00:00
friendica
ca05565fcc
one step closer to merging register and pubsites pages
2013-12-22 20:07:18 -08:00
friendica
dcc58dec00
Provide Terms of Service placeholder page (includes doc/SiteTOS.md)
2013-12-22 19:56:22 -08:00
friendica
1a42580ad4
remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
2013-12-22 18:37:39 -08:00
friendica
eff38538ee
more (somewhat minor) but important cleanup for mod_photos so visitors with the correct permissions to add photos can also remove them
2013-12-22 17:44:14 -08:00
friendica
a9e225b38a
issue deleting photos (attached item remained undeleted and became visible, though the photo was gone)
2013-12-22 17:30:49 -08:00
friendica
38df3f6404
make xref work
2013-12-22 16:53:26 -08:00
friendica
c1a85ccbec
add ability to set created date/time from the api
2013-12-22 14:29:15 -08:00
friendica
30219b5bda
Merge pull request #249 from cvogeley/master
...
New modal dialog for item expiry
2013-12-22 13:44:34 -08:00
Thomas Willingham
57bf80fff0
Achievements
2013-12-22 20:54:31 +00:00
Thomas Willingham
666586f332
xref
2013-12-22 20:51:49 +00:00
Christian Vogeley
870df76463
Merge remote-tracking branch 'upstream/master' into bootstrap
...
Conflicts:
view/php/theme_init.php
2013-12-22 14:31:27 +01:00
Christian Vogeley
25a533bd72
New modal dialog for item expiry
2013-12-22 14:21:57 +01:00
friendica
7e7b5bfa49
last remaining files to be Comanchified with the exception of mod_admin. Though I should probably take a third look to see if anything else uses widgets.
...
In fact - it appears that the flattrwidget does.
2013-12-22 02:16:45 -08:00
friendica
0366991b45
appears that I missed a few files for Comanchification. so here's mitem.
2013-12-22 02:04:55 -08:00
friendica
d32bbaf599
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
2013-12-21 23:47:44 -08:00
friendica
aa312f72bf
comanchify mod_directory. Two modules remaining. Actually three because message needs to be split.
2013-12-20 12:43:04 -08:00
friendica
a084a3fa47
comanchify mod_search - we've got three modules left to Comanchify: admin, directory and message - each of which introduces "interesting challenges"
2013-12-20 01:39:42 -08:00
friendica
2c0fbc508e
comanchify connedit, group
2013-12-19 23:56:37 -08:00
friendica
bccc20f38c
default photo issue, and connections page showing deleted accounts. Also show last updated on connedit page
2013-12-19 19:16:46 -08:00
friendica
6c2ea59cde
give doc/help alternate mimetype support
2013-12-19 17:44:30 -08:00
friendica
564f431551
comanchificate mod_photos
2013-12-19 17:36:31 -08:00
friendica
7c81889b33
make default profile photo configurable - should be functional but needs admin ui
2013-12-19 16:33:36 -08:00
friendica
825492407e
more comanche
2013-12-19 02:35:45 -08:00
friendica
b28a37c38e
more comanche
2013-12-19 02:25:44 -08:00
friendica
125543aded
more comanche migration
2013-12-19 02:16:14 -08:00
friendica
2089a1379a
provide git revision in siteinfo if possible and if not instructed otherwise
2013-12-18 18:29:53 -08:00
friendica
1a4c91ccf5
Add App::poi to store the "person of interest" for a given page. This is so we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
2013-12-18 14:53:18 -08:00
friendica
38fd8410eb
split off mod_connections into mod_connections & mod_connedit - lots of links to fix
2013-12-18 01:00:08 -08:00
friendica
1780684c57
split mod/connections for comanchification
2013-12-17 20:26:08 -08:00
friendica
1d82d93078
Merge https://github.com/friendica/red into zpull
2013-12-17 16:36:23 -08:00
friendica
44ead61339
authtest: do a better job of success/failure indication
2013-12-17 16:35:22 -08:00
zottel
b3e3073b99
JS-less display
2013-12-17 12:23:39 +01:00
friendica
50731fa6a6
bring back the collection edit sidebar widget on the connection edit page until I sort out Comanche on that page.
2013-12-16 13:34:34 -08:00
friendica
a7a775a718
install redbasic during setup so that at least one theme is registered. Otherwise none of the display settings seem to work very well.
2013-12-16 00:25:08 -08:00
friendica
5a3a72604b
some re-work of mod_sources
2013-12-15 20:59:52 -08:00
friendica
731ab80ac2
set system.projecthome to 1 if you want the project page for a home page. There was a bit of re-org of mod/home, which might alter the behaviour for some existing sites. Basically we're not showing a login box at all if you've got home.html - there should be a login link in th nav bar. If you haven't defined anything at all we'll fall back to the old behaviour but still allow the home contents to be set via plugin.
2013-12-15 15:37:51 -08:00
friendica
0272ab4cd9
Provide a fallback channel to probe for magic-auth when we have no prior communications with a site.
...
This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first
valid channel on the site because that was probably created when the site was installed and is the
closest thing to a system channel we've got.
2013-12-15 14:36:43 -08:00
friendica
db11f5af78
missed this
2013-12-14 17:06:50 -08:00
friendica
d14e2db6b4
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
2013-12-14 17:03:37 -08:00
friendica
c00f0d4b28
a couple more comanche conversions
2013-12-14 13:26:40 -08:00
friendica
0215043826
prepare for Comanchification of mod_photos
2013-12-13 13:30:33 -08:00
friendica
941f81eb30
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
friendica
b3fe221b7f
issue #240 - we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
2013-12-11 23:13:36 -08:00
friendica
b4e1e8a4a4
The affinity tool is not a "traditional" widget. But it is nevertheless a 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.
2013-12-11 19:43:41 -08:00
friendica
c57b6745e8
Merge https://github.com/friendica/red into zpull
...
Conflicts:
view/theme/redbasic/css/style.css
2013-12-11 15:32:25 -08:00
friendica
06c81e189f
Merge pull request #239 from git-marijus/master
...
make empty notes saveable as well
2013-12-11 15:35:54 -08:00
friendica
2c02f57f27
remove hidden and deleted channels from viewconnections
2013-12-11 15:04:09 -08:00
friendica
40e2900326
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
2013-12-11 14:54:36 -08:00
Thomas Willingham
d93ba783f5
Don't let nobody set an xconfig in safe search.
2013-12-11 15:35:19 +00:00
marijus
48610a85dc
make empty notes saveable as well
2013-12-11 11:25:20 +01:00
friendica
652959678f
cleanup and Comanchification of mod_profile
2013-12-10 23:27:17 -08:00
friendica
5279f3bf6f
issue #237 - when manually changing an uploaded photo URL in a post to an 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.
2013-12-10 20:48:54 -08:00
friendica
e5ea4a009b
mod channel is now Comanchified
2013-12-10 20:36:11 -08:00
friendica
0043ef66b6
mod_network is now running under Comanche. Yay.
2013-12-10 00:25:32 -08:00
friendica
e873f6e95e
we're almost ready to turn on comanche for mod_network. All the widgets are done.
2013-12-10 00:05:31 -08:00
friendica
ed9f108722
comanchify the savedsearch widget
2013-12-09 21:20:55 -08:00
friendica
aaf21e8924
slight mod of connections widgets
2013-12-09 18:31:13 -08:00
friendica
70a81d6ad5
Merge branch 'master' of https://github.com/git-marijus/red
...
Conflicts:
view/theme/redbasic/css/style.css
2013-12-09 15:45:52 -08:00
marijus
76d8501d67
saved search icon work and bugfixes for #tags not beeing deletable and save button showing if saved search is disabled
2013-12-10 00:32:49 +01:00
friendica
f85cba10eb
notes widget
2013-12-09 15:27:46 -08:00
friendica
75ebf06131
some work on modularising the default profile photo so we can make them site selectable. Also red != friendica so we don't need all these friendica logos taking up space
2013-12-09 14:05:52 -08:00
zottel
c20f207cde
enable JS-less display of channel
2013-12-09 13:30:35 +01:00
friendica
00f4ee2717
migrate follow widget to comanche and remove obsolete mod/intro.php
2013-12-09 00:12:44 -08:00
friendica
082ac67778
suggestion widget tweaked to make it comanche capable. Remove old versions 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.
2013-12-08 20:08:50 -08:00
friendica
8959487f1c
transition to $a->set_widget in /network on the short term - long term this will be in view/pdl files
2013-12-08 16:16:54 -08:00
friendica
d32e05fb5e
starting on the journey to comanche everywhere - beginning with widget conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
2013-12-08 16:04:28 -08:00
friendica
30d110b498
Merge pull request #228 from tobiasd/nologin
...
add option to hide login form from homepage
2013-12-08 13:33:35 -08:00
friendica
48c650c715
improve editing ability of webpages - acls, photos, location, page link title, etc.
2013-12-07 15:20:12 -08:00
friendica
6dc157a9f9
finish ACL's in personal menus
2013-12-07 13:05:17 -08:00
friendica
08bbab9a06
show a clean url in the hovertip for suggested friends
2013-12-06 22:54:21 -08:00
friendica
6d3aebb483
add suggestions to a couple of other pages
2013-12-06 21:45:36 -08:00
friendica
f45b06ffa0
suggestion widget
2013-12-06 21:40:01 -08:00