Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve non-ACL option description in ACL dialog | Treer | 2016-05-08 | 1 | -9/+8 |
| | |||||
* | objectify comanche | redmatrix | 2016-05-05 | 1 | -7/+11 |
| | |||||
* | some preliminary structural work for app organisation | redmatrix | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | db schema change to add tags to content sources | redmatrix | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | use only the std_version | redmatrix | 2016-05-01 | 1 | -1/+0 |
| | |||||
* | move iconfig functions to include/config.php with all the rest of the ↵ | redmatrix | 2016-04-26 | 1 | -1/+14 |
| | | | | configs, fix an issue with singleton discovery and start work on singleton delivery | ||||
* | add some missing hook entries to the doco | redmatrix | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | bump std version to prevent issues with context help js changes | Mario Vavti | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | new hook interface (the old one still works but requires handlers to have ↵ | redmatrix | 2016-04-21 | 1 | -2/+2 |
| | | | | two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts. | ||||
* | upgrade std rev | redmatrix | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | convert all the _well_known service controllers which are a bit touchy when ↵ | redmatrix | 2016-04-18 | 1 | -0/+2 |
| | | | | it comes to the router | ||||
* | commit 1.41.4 | redmatrix | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | reverse the logic of the jsenabled setting so that sessions without js are ↵ | redmatrix | 2016-04-12 | 1 | -0/+1 |
| | | | | performance penalised instead of regular sessions. | ||||
* | localise the opensearch link | redmatrix | 2016-04-10 | 1 | -0/+1 |
| | |||||
* | when setting the session handler as an object using the auto register ↵ | redmatrix | 2016-04-10 | 1 | -1/+0 |
| | | | | shutdown flag, explicitly calling session_write_close() should no longer be required. It shouldn't cause any issues if it is called twice, but the session driver interface has been known to sometimes act in unexpected ways and there are lots of "subtleties" which can often be difficult to debug. The mentioned flag implies PHP 5.4 minimum but I believe we require that anyway. | ||||
* | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵ | redmatrix | 2016-04-10 | 1 | -0/+18 |
| | | | | file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session. | ||||
* | Merge branch 'master' into dev | redmatrix | 2016-04-05 | 1 | -0/+1 |
|\ | |||||
| * | undeclared static property App::$stringsave (push_lang() and pop_lang()) | redmatrix | 2016-04-05 | 1 | -0/+1 |
| | | |||||
* | | Bug: "remember me" doesn't | redmatrix | 2016-04-03 | 1 | -1/+1 |
| | | |||||
* | | use constant | redmatrix | 2016-04-02 | 1 | -1/+1 |
|/ | |||||
* | unreferenced app member | redmatrix | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | primary hub change | redmatrix | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | undeclared static vars | redmatrix | 2016-03-31 | 1 | -0/+2 |
| | |||||
* | change the App constructor | redmatrix | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | create miniApp to convert existing settings files to the static App class | redmatrix | 2016-03-31 | 1 | -0/+23 |
| | |||||
* | increment std_version | redmatrix | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -89/+89 |
| | |||||
* | initial conversion to static app class | redmatrix | 2016-03-31 | 1 | -200/+202 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -9/+9 |
| | |||||
* | change primary directory | redmatrix | 2016-03-30 | 1 | -2/+1 |
| | |||||
* | update network_to_name (reserve DFRN for future use) | redmatrix | 2016-03-21 | 1 | -1/+3 |
| | |||||
* | make the admin side menu extensible and provide a hook for a channel "move" ↵ | redmatrix | 2016-03-19 | 1 | -1/+1 |
| | | | | operation that federation plugins might use to re-establish connections after a channel move. | ||||
* | change rev1.3.1 | redmatrix | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | should have probably done that on tag release | Mario Vavti | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | move "generator" to HttpMeta | redmatrix | 2016-03-08 | 1 | -1/+2 |
| | |||||
* | turn 'OpenGraph' into a more general purpose HTTP meta facility for setting ↵ | redmatrix | 2016-03-08 | 1 | -5/+5 |
| | | | | any meta header | ||||
* | allow modules/addons to override the og:title field | redmatrix | 2016-03-07 | 1 | -3/+3 |
| | |||||
* | Facebook scraper "OpenGraph" support; modules will need to set the required ↵ | redmatrix | 2016-03-07 | 1 | -0/+7 |
| | | | | fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild. | ||||
* | abconfig | redmatrix | 2016-02-29 | 1 | -2/+2 |
| | |||||
* | schema change to support channel move (a completely different operation than ↵ | redmatrix | 2016-02-24 | 1 | -1/+1 |
| | | | | channel clone) | ||||
* | retry the move of AccessList to composer format (one or more third-party ↵ | redmatrix | 2016-02-21 | 1 | -2/+1 |
| | | | | plugins will likely break as a result) | ||||
* | Revert "move accesslist class to namespace" | redmatrix | 2016-02-20 | 1 | -1/+1 |
| | | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973. | ||||
* | move accesslist class to namespace | redmatrix | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | add router class | redmatrix | 2016-02-19 | 1 | -0/+3 |
| | |||||
* | siteinfo regression with Zotlabs\Project - add an autoloader | redmatrix | 2016-02-18 | 1 | -1/+18 |
| | |||||
* | Provide Zotlabs\Project and System class for querying details about the ↵ | redmatrix | 2016-02-18 | 1 | -43/+2 |
| | | | | project/version info. Move these out of /boot.php | ||||
* | iconfig - add sharing variable | redmatrix | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | this qualifies as an interface change | redmatrix | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | schema updates for iconfig | redmatrix | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | make always preload images before rendering the page a display setting | Mario Vavti | 2016-02-17 | 1 | -0/+5 |
| |