summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Always select item_source.Andreas Fischer2013-11-031-3/+3
|
* Deduplicate expiration date check into a method.Andreas Fischer2013-11-031-15/+21
|
* Use unshareItem() when unsharing expired shares.Andreas Fischer2013-11-031-2/+2
|
* Use unshareItem() in unshareAll().Andreas Fischer2013-11-031-1/+1
|
* Extract unshare() code into unshareItem().Andreas Fischer2013-11-031-17/+1
|
* OCP\Share::unshareAll(): Deduplicate hook parameters.Andreas Fischer2013-11-031-8/+26
|
* fix documentation stuffMorris Jobke2013-10-318-417/+413
|
* pass the name of the item source from the browser to the server - no need to ↵Thomas Müller2013-10-231-24/+20
| | | | get the data via complicated db queries
* Merge branch 'master' into fix-sharing-codeThomas Müller2013-10-238-1/+156
|\
| * Merge pull request #5478 from owncloud/core-logexceptionstacktraceThomas Müller2013-10-231-0/+33
| |\ | | | | | | Expand exception stack trace in log in debug mode
| | * Added $app parameter to logExceptionVincent Petry2013-10-231-4/+4
| | |
| | * Moved logException to OCP\Util classVincent Petry2013-10-231-0/+33
| | |
| * | Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-233-1/+3
| | | | | | | | | | | | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace.
| * | Merge pull request #5249 from owncloud/activities-apiThomas Müller2013-10-214-0/+104
| |\ \ | | | | | | | | [OC6] Activities api
| | * \ Merge branch 'master' into activities-apiThomas Müller2013-10-166-99/+180
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/server.php
| | * | | remove test codeThomas Müller2013-10-161-4/+0
| | | | |
| | * | | Merge branch 'master' into activities-apiThomas Müller2013-10-164-4/+37
| | |\ \ \
| | * | | | adding OC6 public API for activitiesThomas Müller2013-10-092-2/+20
| | | | | |
| | * | | | Merge branch 'master' into activities-apiThomas Müller2013-10-099-23/+329
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | initial implementation of activity managerThomas Müller2013-09-292-0/+13
| | | | | |
| | * | | | Merge branch 'appframework-master' into activities-apiThomas Müller2013-09-2912-110/+504
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php
| | * | | | | adding basic interfaces for the activities apiThomas Müller2013-09-203-0/+77
| | | | | | |
| * | | | | | Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke2013-10-181-0/+12
| | | | | | |
| * | | | | | Don't return links for shared files if disabledMichael Gapczynski2013-10-181-0/+4
| | | | | | |
* | | | | | | Fix sharing error message - id -> file nameMorris Jobke2013-10-171-11/+29
|/ / / / / / | | | | | | | | | | | | | | | | | | fixe #2827
* | | | | / Public API documentation fixesMorris Jobke2013-10-1712-167/+166
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php
* | | | | Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-165-13/+48
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
| * \ \ \ \ Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-161-9/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Get urlParams registered before Request is instantiated
| | * | | | Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-011-9/+11
| | | |/ / | | |/| |
| * | | | Merge pull request #5207 from owncloud/fixing-4011-part2-masterThomas Müller2013-10-113-0/+33
| |\ \ \ \ | | | | | | | | | | | | [OC6] file upload exception handling
| | * | | | adding additional exceptions for special cases where creating a file might ↵Thomas Müller2013-10-073-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | not be allowed
| * | | | | make sure that we only find file/folder sharesBjoern Schiessle2013-10-091-4/+4
| | |_|_|/ | |/| | |
* | | | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-112-2/+2
| | | | |
* | | | | Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-081-0/+49
|\| | | |
| * | | | Merge pull request #5072 from owncloud/apache-auth-masterThomas Müller2013-10-071-0/+49
| |\ \ \ \ | | |/ / / | |/| | | OC6 Apache Authentication
| | * | | fixing namespace of ApacheBackend - now know as ↵Thomas Müller2013-10-021-5/+5
| | | | | | | | | | | | | | | | | | | | OCP\Authentication\IApacheBackend
| | * | | adding PHPDoc commentThomas Müller2013-10-021-1/+3
| | | | |
| | * | | adding getCurrentUserId() to ApacheBackendThomas Müller2013-10-011-1/+7
| | | | |
| | * | | Squashed commit of the following:Thomas Müller2013-10-011-0/+41
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit ae1f68ac54cf2878d265b2bbce13bd600d2d0719 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Thu Aug 22 11:45:27 2013 +0200 fixing undefined variable commit 982f327ca10eea0a2222eae3e74210648591fd8a Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Wed Aug 7 12:00:14 2013 +0200 adding login.php as alternative for index.php/login commit da0d7e1d096fb80789524b01f0f96fe08d147943 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Wed Aug 7 11:36:12 2013 +0200 adding a route for web login commit 8e2a01160485cf7e9a2eb8bf46f06fae73956e8e Author: Karl Beecher <karl@endocode.com> Date: Tue Aug 6 17:00:28 2013 +0200 Login attempt returns true instead of exiting immediately commit fd89d55de9e71e986e03a0de9aad9407b632e22f Author: Karl Beecher <karl@endocode.com> Date: Mon Aug 5 15:31:30 2013 +0200 Further abstraction. This change introduces the ApacheBackend interface for backends that depend on Apache authentication and session management. There are no longer references to specific backends in OC_User. commit 469cfd98aea5a37985722cf5f9e00ece0ce38178 Author: Karl Beecher <karl@endocode.com> Date: Thu Aug 1 15:46:36 2013 +0200 Make login attempt function protected. commit d803515f19ff086e2028fcaa51afae579685e596 Author: Karl Beecher <karl@endocode.com> Date: Wed Jul 31 16:00:22 2013 +0200 Amends the login link When using a Shibboleth login, clicking logout displays a message to the user instead of ending the session. commit aa8c1fcea05c8268f26a10b21c4e0bc547c3414f Author: Karl Beecher <karl@endocode.com> Date: Tue Jul 30 13:15:59 2013 +0200 Abstract Shibboleth authentication into an Apache authentication method commit 69082f2ebcab267f6e8eceb1a252f84c52236546 Author: Karl Beecher <karl@endocode.com> Date: Tue Jul 30 11:22:26 2013 +0200 Convert spaces -> tabs commit 5a80861d86855eec5906fd5e235ac4ff12efb0f2 Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 17:40:48 2013 +0200 Separate the authentication methods SABRE authentication and base authentication have slightly different workings right now. They should be refactored into a common method later, but time pressure requires us to reinvent the wheel slightly. commit dc20a9f8764b103b7d8c5b713f2bcdae18708b65 Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 17:07:07 2013 +0200 Authenicate calls to WebDAV against Shibboleth. When using WebDAV, the OC_Connector_Sabre_Auth::authenticate method is normally called without trying the Shibboleth authentication... thus the session is not established. The method now tries Shib authentication, setting up a session if the user has already authenticated. commit 091e4861b2246c4084c9b30e232289fde4ba1abf Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 14:04:54 2013 +0200 Sets up the Shibboleth login attempt. commit bae710ec0579ef99b23022cc12f6876c5fe6b0d5 Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 12:36:44 2013 +0200 Add a method for attempting shibboleth login. If the PHP_AUTH_USER and EPPN environment variables are set, attempt a Shibboleth (passwordless) login. commit 667d0710a7854e58fb109201d9cee6ec064e793a Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 11:38:04 2013 +0200 Revert "Adds the apps2 folder with user_shibboleth backend." This reverts commit 7abbdb64676d667b0c69aca37becdc47e56dc7ef. commit 7abbdb64676d667b0c69aca37becdc47e56dc7ef Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 11:28:06 2013 +0200 Adds the apps2 folder with user_shibboleth backend. Conflicts: core/templates/layout.user.php lib/base.php
* | | | removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), ↵Thomas Müller2013-10-071-20/+0
| | | | | | | | | | | | | | | | getFileInfo()
* | | | removing all link/url related calls from API classThomas Müller2013-10-071-45/+0
| | | |
* | | | remove getTrans() from API classThomas Müller2013-10-071-8/+0
| | | |
* | | | remove unused classesThomas Müller2013-10-071-2/+0
| | | |
* | | | fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-073-17/+24
| | | |
* | | | move controller to OCPThomas Müller2013-10-061-0/+147
|/ / /
* | | Merge pull request #5144 from owncloud/public_middlewareBernhard Posselt2013-10-061-6/+18
|\ \ \ | | | | | | | | Make abstract Middleware class public
| * | | Remove misleading IMiddleware interfaceThomas Tanghus2013-10-052-89/+1
| | | |
| * | | Make abstract Middleware class publicThomas Tanghus2013-10-051-0/+100
| | | | | | | | | | | | | | | | | | | | It doesn't make sense for subclasses to have to implement all methods.
* | | | passesCSRFCheck added to OCP\IRequestBart Visscher2013-10-041-0/+5
| | | |
* | | | Add Helper and URLGenerator interfaces to server containerBart Visscher2013-10-043-0/+80
| | | |