Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avatar to appdata | Roeland Jago Douma | 2016-10-05 | 1 | -0/+1 |
| | | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Initial AppData | Roeland Jago Douma | 2016-10-05 | 5 | -4/+287 |
| | | | | | | | | | | | | * Introduce simpleFS * Introduce IAppData * Introduce AppData Factory to get your AppData folder * Update FileDisplayResponse * AppData implements a ISimpleRoot but lazy. So only if an apps starts to access data will stuff get initialized Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | write channel to config file when changed | Morris Jobke | 2016-09-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add trict CSP to OCS responses | Roeland Jago Douma | 2016-09-15 | 1 | -3/+3 |
| | | | | | If a repsonse now explicitly has the Empty CSP set then the middleware won't touch it. | ||||
* | Split OCS version handling | Roeland Jago Douma | 2016-09-06 | 1 | -13/+19 |
| | | | | | | This cleans up a bit the OCSController/Middleware. Since the 2 versions of OCS differ a bit. Moved a lot of stuff internal since it is of no concern to the outside. | ||||
* | Add FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -0/+70 |
| | | | | | A lazy implementation of the DisplayResponse that only hits the filesystem if the etag and mtime do not match. | ||||
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 1 | -2/+1 |
|\ | | | | | Cache avatars | ||||
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -2/+1 |
| | | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | | Merge pull request #1271 from nextcloud/fix-docs-for-notifications | Joas Schilling | 2016-09-05 | 2 | -4/+0 |
|\ \ | | | | | | | Null !== void, those methods are void | ||||
| * | | Null !== void, those methods are void | Joas Schilling | 2016-09-05 | 2 | -4/+0 |
| |/ | |||||
* / | Deprecate OCSRespone | Roeland Jago Douma | 2016-09-05 | 1 | -2/+3 |
|/ | | | | | The OCSResponse should not be used by apps. They should extend the OCSController and use normal DataResponses instead. | ||||
* | add stacktrace to query logger | Robin Appelman | 2016-08-24 | 1 | -0/+12 |
| | |||||
* | Validate the operation | Joas Schilling | 2016-08-19 | 1 | -0/+39 |
| | |||||
* | Fix constant name, copy-pasterino | Joas Schilling | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #892 from nextcloud/fix_phpdoc | Roeland Jago Douma | 2016-08-17 | 1 | -2/+2 |
|\ | | | | | Some scrutinizer phpdoc fixes | ||||
| * | Fix IL10N phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -2/+2 |
| | | |||||
* | | check registered sections and settings after an app got updated to garbage ↵ | Arthur Schiwon | 2016-08-16 | 2 | -0/+20 |
| | | | | | | | | collect orphaned classes | ||||
* | | attempt to remove section and settings entries when an app got disabled | Arthur Schiwon | 2016-08-16 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-11 | 2 | -11/+12 |
|\| | |||||
| * | Merge pull request #807 from nextcloud/ocs_dataresponse | Roeland Jago Douma | 2016-08-10 | 1 | -11/+4 |
| |\ | | | | | | | OCSController requires DataResponse | ||||
| | * | OCSController requires DataResponse | Roeland Jago Douma | 2016-08-10 | 1 | -11/+4 |
| | | | | | | | | | | | | | | | | | | The OCS Controller requires a DataResponse object to be returned. This means that all error handling will have to be done via exceptions thrown and handling in the middleware. | ||||
| * | | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 1 | -0/+8 |
| |/ | |||||
* | | Add since tags to class | Lukas Reschke | 2016-08-11 | 3 | -1/+9 |
| | | |||||
* | | Add missing since annotations | Lukas Reschke | 2016-08-11 | 2 | -0/+5 |
| | | |||||
* | | rename IAdmin to ISettings, the interface is not bound to a specific ↵ | Arthur Schiwon | 2016-08-11 | 1 | -1/+4 |
| | | | | | | | | settings scope | ||||
* | | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method | ||||
* | | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 3 | -0/+164 |
|/ | | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app | ||||
* | Merge pull request #519 from GitHubUser4234/master | blizzz | 2016-07-28 | 3 | -0/+203 |
|\ | | | | | New LDAPProvider for user_ldap | ||||
| * | Nextcloud license header for new files | root | 2016-07-28 | 3 | -24/+31 |
| | | |||||
| * | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-27 | 2 | -0/+13 |
| |\ | |||||
| * | | final changes | root | 2016-07-27 | 3 | -13/+10 |
| | | | |||||
| * | | New LDAPProvider for user_ldap | root | 2016-07-22 | 3 | -0/+199 |
| | | | |||||
* | | | Remove php side of check registration | Joas Schilling | 2016-07-27 | 1 | -79/+0 |
| | | | |||||
* | | | Add workflowengine | Morris Jobke | 2016-07-26 | 3 | -0/+183 |
| |/ |/| | |||||
* | | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -2/+3 |
| | | |||||
* | | add recent files to node api | Robin Appelman | 2016-07-22 | 2 | -0/+12 |
|/ | |||||
* | Merge pull request #507 from nextcloud/run-le-script | Morris Jobke | 2016-07-21 | 223 | -374/+602 |
|\ | | | | | Update emails and license headers with latest changes | ||||
| * | Update with robin | Joas Schilling | 2016-07-21 | 69 | -69/+69 |
| | | |||||
| * | Fix others | Joas Schilling | 2016-07-21 | 223 | -306/+534 |
| | | |||||
* | | AppFramework do not get default response | Roeland Jago Douma | 2016-07-20 | 2 | -3/+18 |
|/ | | | | | | | | | The OCSResponse differs from other responses in that it defaults to XML. However we fell back to json by default. This makes sure that if nothing is set we don't pass anything. Which defaults then to the controllers default (which is often 'json') but in the case of the OCSResponse 'xml'. | ||||
* | Merge pull request #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 2 | -0/+23 |
|\ | | | | | [master] Port Same-Site Cookies to master | ||||
| * | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 2 | -0/+23 |
| | | | | | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | | Deprecate \OCP\API | Roeland Jago Douma | 2016-07-20 | 1 | -0/+2 |
| | | |||||
* | | Add OCSMiddleware to catch OCS exceptions | Roeland Jago Douma | 2016-07-20 | 4 | -0/+165 |
|/ | | | | | | | * OCSException * OCSBadRequestException * OCSForbiddenException * OCSNotFoundException | ||||
* | Merge pull request #402 from nextcloud/smb-notifications | Morris Jobke | 2016-07-20 | 3 | -0/+67 |
|\ | | | | | smb update notifications | ||||
| * | fix since | Robin Appelman | 2016-07-15 | 1 | -0/+4 |
| | | |||||
| * | add notify support to smb storage | Robin Appelman | 2016-07-14 | 1 | -0/+47 |
| | | |||||
| * | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 2 | -0/+16 |
| | | |||||
* | | Merge pull request #436 from nextcloud/public-regex-to-match-our-clients | Morris Jobke | 2016-07-19 | 1 | -0/+14 |
|\ \ | | | | | | | Copy the regexes to the public interface | ||||
| * | | Copy the regexes to the public interface | Joas Schilling | 2016-07-18 | 1 | -0/+14 |
| |/ |