summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add L10N interface to server containerBart Visscher2013-10-042-0/+74
|/
* Merge pull request #5068 from owncloud/improved_requestBart Visscher2013-10-041-8/+22
|\ | | | | Improved request
| * Remove getContent() from IRequestThomas Tanghus2013-10-011-8/+0
| |
| * Implement PUT an PATCH supportThomas Tanghus2013-10-011-1/+1
| |
| * Add interface docs to IRequest.Thomas Tanghus2013-10-011-0/+22
| |
* | Merge pull request #5087 from owncloud/templatefunction-relativedateVincent Petry2013-10-041-2/+2
|\ \ | | | | | | Added dateOnly argument to relative_modified_date
| * | Removed $fromTime argument from public template APIVincent Petry2013-10-041-2/+2
| | |
| * | Fixed missing default valuesVincent Petry2013-10-031-1/+1
| | | | | | | | | | | | | | | Added default value for $fromTime to prevent missing argument errors and keep backward compatible.
| * | Added unit tests for relative_modified_date, changed method signatureVincent Petry2013-10-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Changed method signature of relative_modified_date template method to make it possible to add a fromTime to compare with, mostly to make it possible to test it. Added unit test for date and time cases.
| * | Added dateOnly argument to relative_modified_dateVincent Petry2013-10-021-2/+2
| |/ | | | | | | | | | | Improved the template function relative_modified_date by adding an optional dateOnly argument which will output "today" or "yesterday" or "x days ago".
* | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-10-0226-86/+1864
|\| | | | | | | | | Conflicts: lib/private/util.php
| * Merge branch 'master' into appframework-masterThomas Müller2013-09-272-4/+4
| |\
| | * Merge pull request #4207 from owncloud/search_shared_filesThomas Müller2013-09-271-3/+3
| | |\ | | | | | | | | add initial search in shared files
| | | * adding PHPDoc comments to getBackendThomas Müller2013-09-241-2/+2
| | | | | | | | | | | | | | | | ensure getChildren() is called on an instance of Share_Backend_Collection
| | | * add initial search in shared filesJörn Friedrich Dreyer2013-09-191-1/+1
| | | |
| | * | User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-1/+1
| | | |
| * | | Merge pull request #4892 from owncloud/vcategories_publicThomas Müller2013-09-253-0/+220
| |\ \ \ | | | | | | | | | | OC_VCategories => OC\Tags. Public interface and getter in server container
| | * | | Add factory class for the server container.Thomas Tanghus2013-09-243-10/+50
| | | | |
| | * | | Updated method names and added a few more tests.Thomas Tanghus2013-09-231-3/+3
| | | | |
| | * | | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-232-0/+180
| | | | |
| * | | | class API decommissioning part 1Thomas Müller2013-09-251-88/+1
| | | | |
| * | | | AppFramework:Thomas Müller2013-09-251-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - get request from the server container - implement registerMiddleWare() - adding getAppName() to app container
| * | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-251-10/+25
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php
| | * | | Merge pull request #4856 from owncloud/fix-link-expirationAndreas Fischer2013-09-231-1/+12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Sharing "Expiration Date" for Shares of type Link (i.e. Token) * owncloud/fix-link-expiration: Perform expiration date checking before returning share data for token. Tests whether expired/valid link share is still accessible.
| | | * | | Perform expiration date checking before returning share data for token.Andreas Fischer2013-09-161-1/+12
| | | | |/ | | | |/|
| * | | | Remove duplicate method definitionsThomas Tanghus2013-09-241-14/+1
| | | | |
| * | | | Merge branch 'server_folder_methods' of github.com:owncloud/core into ↵Thomas Tanghus2013-09-241-0/+13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server_folder_methods Conflicts: lib/public/iservercontainer.php lib/server.php
| | * \ \ \ Merge branch 'appframework-master' into server_folder_methodsThomas Tanghus2013-09-192-0/+62
| | |\ \ \ \
| | * | | | | Add getUserFolder/getAppFolder to Server.Thomas Tanghus2013-09-181-0/+14
| | | | | | |
| * | | | | | Add getUserFolder/getAppFolder to Server.Thomas Tanghus2013-09-231-0/+14
| | |_|_|_|/ | |/| | | |
| * | | | | Add missing implements and fix parameters in IConfigBart Visscher2013-09-202-8/+17
| | | | | |
| * | | | | fixing typos + adding missing filed $activeEntryThomas Müller2013-09-201-2/+2
| | | | | |
| * | | | | fixing PHPDocThomas Müller2013-09-201-8/+8
| | | | | |
| * | | | | fixing typosThomas Müller2013-09-201-4/+4
| | | | | |
| * | | | | Add Config container class to server containerBart Visscher2013-09-202-0/+64
| | | | | |
| * | | | | Add Navigation class to server containerBart Visscher2013-09-202-0/+32
| | | | | |
| * | | | | Add DBConnection to server containerBart Visscher2013-09-202-0/+78
| | | | | |
| * | | | | Add UserSession to server containerBart Visscher2013-09-202-0/+37
| | |/ / / | |/| | |
| * | | | updating php docsThomas Müller2013-09-181-1/+1
| | | | |
| * | | | Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-183-9/+63
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php
| | * | | Add some docs to the sessions interface.Thomas Tanghus2013-09-181-2/+14
| | | | |
| | * | | Purge session from Request - and fix some stylesThomas Tanghus2013-09-171-9/+0
| | | | |