This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
17dba9542ad2745025550cefc28d38aa84a69c0d
core
/
include
History
Treer
8f16e9ad33
update icon names in include/
2016-05-01 04:39:57 +10:00
..
dba
some cleanup on the mysqli driver
2016-04-25 22:03:02 -07:00
Import
static App
2016-03-31 16:06:03 -07:00
photo
deprecate $a->get_baseurl()
2016-03-30 22:13:24 -07:00
account.php
allow engineering units (e.g. 400M, 1G) as service class limits
2016-04-28 21:02:27 -07:00
acl_selectors.php
static App
2016-03-31 16:06:03 -07:00
activities.php
static App
2016-03-31 16:06:03 -07:00
api_auth.php
static App
2016-03-31 16:06:03 -07:00
api.php
module updates
2016-04-18 20:38:38 -07:00
apps.php
static App
2016-03-31 16:06:03 -07:00
attach.php
send file sync packets for all known file operations
2016-04-07 18:54:48 -07:00
auth.php
move more session related stuff such as paranoia handling (IP address changes) into the session object and extend remember_me cookies once a day so that they will never expire (theoretically). The DB session driver will extend its expiration on every session write (in the case of persistent sessions).
2016-04-10 19:20:41 -07:00
BaseObject.php
…
bb2diaspora.php
send the correct number of args
2016-04-20 19:56:01 -07:00
bbcode.php
move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and add open tag to bbco_autocomplete
2016-04-26 11:41:08 +02:00
bookmarks.php
…
cache.php
…
chat.php
show chat expiration time in overview and minor fixes
2016-04-03 11:34:07 +02:00
checksites.php
…
cli_startup.php
Setup was horked after this commit and I couldn't easily make it right so reverting - will try again at a future date
2016-04-25 20:12:36 -07:00
cli_suggest.php
…
comanche.php
static App
2016-03-31 16:06:03 -07:00
config.php
move iconfig functions to include/config.php with all the rest of the configs, fix an issue with singleton discovery and start work on singleton delivery
2016-04-26 16:12:31 -07:00
contact_selectors.php
update network_to_name (reserve DFRN for future use)
2016-03-21 22:02:18 -07:00
contact_widgets.php
static App
2016-03-31 16:06:03 -07:00
Contact.php
objectify all the session management stuff
2016-04-08 04:44:10 -07:00
conversation.php
update icon names in include/
2016-05-01 04:39:57 +10:00
ConversationObject.php
static App
2016-03-31 16:06:03 -07:00
cronhooks.php
…
crypto.php
issue
#319
- NOTE: this does not fix the issue, it only reports it and continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
2016-03-30 16:33:23 -07:00
datetime.php
static App
2016-03-31 16:06:03 -07:00
deliver_hooks.php
…
deliver.php
…
dir_fns.php
static App
2016-03-31 16:06:03 -07:00
directory.php
…
enotify.php
static App
2016-03-31 16:06:03 -07:00
environment.php
…
event.php
update icon names in include/
2016-05-01 04:39:57 +10:00
expire.php
…
externals.php
…
features.php
issue
#138
; make ajaxchat optional and configurable. For reasons we've discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
2016-04-03 16:41:40 -07:00
follow.php
more federation work
2016-03-20 21:41:19 -07:00
gprobe.php
…
group.php
fix
#328
by using a seperate query instead of group_concat
2016-03-20 20:26:55 +01:00
help.php
module updates
2016-04-18 20:38:38 -07:00
html2bbcode.php
…
html2plain.php
…
hubloc.php
…
identity.php
fix marked bug in code
2016-04-13 22:58:37 -07:00
import.php
implement the singleton delivery stuff
2016-04-26 17:38:44 -07:00
importdoc.php
module updates
2016-04-18 20:38:38 -07:00
ItemObject.php
update icon names in include/
2016-05-01 04:39:57 +10:00
ITemplateEngine.php
…
items.php
provide courtesy function for syncing one item. We'll probably be doing this a lot.
2016-04-27 21:26:52 -07:00
js_strings.php
…
language.php
undeclared static property App::$stringsave (push_lang() and pop_lang())
2016-04-05 22:13:56 -07:00
menu.php
issue
#336
2016-03-31 18:53:05 -07:00
message.php
static App
2016-03-31 16:06:03 -07:00
nav.php
simplify context help js and move it to main.js where all the nav related js resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
2016-04-23 16:39:56 +02:00
network.php
move iconfig functions to include/config.php with all the rest of the configs, fix an issue with singleton discovery and start work on singleton delivery
2016-04-26 16:12:31 -07:00
notifier.php
implement the singleton delivery stuff
2016-04-26 17:38:44 -07:00
notify.php
…
oauth.php
static App
2016-03-31 16:06:03 -07:00
oembed.php
static App
2016-03-31 16:06:03 -07:00
onedirsync.php
…
onepoll.php
…
page_widgets.php
…
permissions.php
static App
2016-03-31 16:06:03 -07:00
photos.php
allow engineering units (e.g. 400M, 1G) as service class limits
2016-04-28 21:02:27 -07:00
plugin.php
this should work to call a hook for a string class method
2016-04-23 16:56:41 -07:00
poller.php
…
probe.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
ratenotif.php
…
reddav.php
send file sync packets for all known file operations
2016-04-07 18:54:48 -07:00
security.php
create miniApp to convert existing settings files to the static App class
2016-03-31 20:15:47 -07:00
sharedwithme.php
…
smarty.php
static App
2016-03-31 16:06:03 -07:00
socgraph.php
static App
2016-03-31 16:06:03 -07:00
spam.php
…
statistics_fns.php
…
system_unavailable.php
…
taxonomy.php
static App
2016-03-31 16:06:03 -07:00
template_processor.php
…
text.php
update icon names in include/
2016-05-01 04:39:57 +10:00
widgets.php
update icon names in include/
2016-05-01 04:39:57 +10:00
zot.php
implement the singleton delivery stuff
2016-04-26 17:38:44 -07:00