Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1152 from nextcloud/butonic-patch-2 | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
|\ | | | | | [stable9] lastInsertId requires the prefix (#25786) | ||||
| * | [stable9] lastInsertId requires the prefix (#25786) | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -1/+1 |
| | | | | | | backport of https://github.com/owncloud/core/pull/25764 | ||||
* | | [9.0] Before a user is getting scanned the database connection is re-established | Thomas Müller | 2016-08-29 | 1 | -1/+26 |
|/ | |||||
* | Move over to new CalDAVTester repo (#25859) | Thomas Müller | 2016-08-19 | 2 | -12/+12 |
| | | | | | | * Move over to new caldac tester repo * no run.py anymore | ||||
* | Allow to retrieve the quota itself via the provisioning api | Joas Schilling | 2016-08-17 | 1 | -0/+1 |
| | |||||
* | Add files drop capability for clients | Roeland Jago Douma | 2016-08-15 | 2 | -0/+3 |
| | |||||
* | Do not allow to delete/update group shares as a group member | Joas Schilling | 2016-08-03 | 1 | -4/+5 |
| | |||||
* | Merge pull request #594 from nextcloud/ldap-avoidneedlesssetemailonlogin-stable9 | Morris Jobke | 2016-08-01 | 1 | -1/+4 |
|\ | | | | | [stable9] Prevent setting email and triggering events at login time (#25531) | ||||
| * | Prevent setting email and triggering events at login time (#25531) | Vincent Petry | 2016-07-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Whenever an LDAP user also has an email address defined in LDAP, the LDAP code will try and update the email address of the locally known user. This happens at login time or every time the user's LDAP attributes are processed. There is code listening to the email setting hook which updates the system address book, which also will trigger FS setup due to avatars and other things. This fix only sets the email address when really necessary. | ||||
* | | Merge pull request #655 from nextcloud/add-quotaplugin-v2-stable9 | Morris Jobke | 2016-07-30 | 1 | -0/+4 |
|\ \ | | | | | | | [stable9] Adding quota plugin to new dav endpoint | ||||
| * | | [stable9] Adding quota plugin to new dav endpoint | Lukas Reschke | 2016-07-29 | 1 | -0/+4 |
| | | | | | | | | | | | | Backport of https://github.com/nextcloud/server/pull/648 | ||||
* | | | Merge pull request #623 from nextcloud/stable9-fix-searchbox-background | Morris Jobke | 2016-07-30 | 2 | -4/+67 |
|\ \ \ | |/ / |/| | | [stable9] fix searchbox background | ||||
| * | | theming tests need to be fixed | Morris Jobke | 2016-07-29 | 1 | -2/+65 |
| | | | |||||
| * | | also adjust log in background color in theme | Jan-Christoph Borchardt | 2016-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | fix searchbox overlapping on mobile | Jan-Christoph Borchardt | 2016-07-28 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #587 from ↵ | Lukas Reschke | 2016-07-28 | 1 | -2/+8 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName-stable9 [stable9] Fix undefined OfflineUser::composeAndStoreDisplayName() | ||||
| * | | Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #23248 (#25598) | Thomas Müller | 2016-07-27 | 1 | -2/+8 |
| |/ | |||||
* | | Add icon for tags app | Marius Blüm | 2016-07-27 | 1 | -0/+4 |
| | | |||||
* | | Add icon for comments app | Marius Blüm | 2016-07-27 | 1 | -0/+4 |
|/ | |||||
* | Theming: Fix preview and center alignment of logo | Julius Haertl | 2016-07-26 | 1 | -5/+5 |
| | |||||
* | Adjust tests | Lukas Reschke | 2016-07-26 | 1 | -2/+4 |
| | |||||
* | Update themingcontroller.php | Jos Poortvliet | 2016-07-26 | 1 | -1/+2 |
| | |||||
* | Fix error message while restoring all files | Morris Jobke | 2016-07-25 | 1 | -2/+1 |
| | | | | | * use $_POST['files'] only of ssinlge files are restored * fixes #528 | ||||
* | Merge pull request #491 from ↵ | Roeland Douma | 2016-07-22 | 1 | -2/+2 |
|\ | | | | | | | | | nextcloud/backport-460-html-decoded-error-message-when-uploading-folder Fix the HTML encoding when uploading a folder in FF when using french… | ||||
| * | Fix the HTML encoding when uploading a folder in FF when using french l10n | Joas Schilling | 2016-07-21 | 1 | -2/+2 |
| | | |||||
* | | Run the license script | Joas Schilling | 2016-07-22 | 661 | -1520/+2265 |
|/ | |||||
* | Cast share id to string (#25402) (#25431) | Thomas Müller | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | Add unit tests | Joas Schilling | 2016-07-15 | 1 | -0/+46 |
| | |||||
* | Also load the theming app on CLI | Joas Schilling | 2016-07-15 | 1 | -1/+7 |
| | |||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Better handling of empty slogan | Joas Schilling | 2016-07-15 | 1 | -0/+13 |
| | |||||
* | Merge pull request #370 from nextcloud/stable9-backport-361 | Marius Blüm | 2016-07-12 | 3 | -6/+6 |
|\ | | | | | [Stable9] Make theming work with pretty URLs | ||||
| * | Fix tests | oparoz | 2016-07-11 | 1 | -4/+4 |
| | | | | | | | | (cherry picked from commit eceb0db) | ||||
| * | Make theming work with pretty URLs | oparoz | 2016-07-11 | 2 | -2/+2 |
| | | | | | | | | | | | | In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension. Fixes #315 (cherry picked from commit 839ee5e) | ||||
* | | Implement "getTitle" (#372) | Lukas Reschke | 2016-07-11 | 2 | -0/+25 |
|/ | | | Fixes https://github.com/nextcloud/server/issues/341 | ||||
* | Merge branch 'stable9' into sync-stable9 | Morris Jobke | 2016-07-07 | 300 | -695/+6784 |
|\ | |||||
| * | add additional check if we have a valid uid and filename | Bjoern Schiessle | 2016-07-04 | 1 | -0/+4 |
| | | |||||
| * | Revert "Revert "[stable9] Don't show the updater if updater is incompatible"" | Lukas Reschke | 2016-07-01 | 3 | -13/+108 |
| | | | | | | | | This reverts commit f8964705420d64a33e595922c40b5efe1217eaa4. | ||||
| * | Merge pull request #277 from nextcloud/traversal-directory-js | Björn Schießle | 2016-07-01 | 2 | -2/+15 |
| |\ | | | | | | | [stable9] Do not allow directory traversal using "../" in JS file list | ||||
| | * | Match on 405 | Lukas Reschke | 2016-07-01 | 2 | -1/+6 |
| | | | |||||
| | * | Match for /../ | Lukas Reschke | 2016-07-01 | 2 | -1/+5 |
| | | | |||||
| | * | Do not allow directory traversal using "../" | Lukas Reschke | 2016-07-01 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | We should not allow directory traversals using "../" here. To test access the following URL once with and then without this patch: http://localhost/server/index.php/apps/files/?dir=../../This+Should+Not+Be+Here | ||||
| * | | Merge pull request #282 from nextcloud/fix-tests | Björn Schießle | 2016-07-01 | 6 | -47/+36 |
| |\ \ | | | | | | | | | Fix unit test compatibility issues with phpunit 5.2+ | ||||
| | * | | Fix Comments tests with phpunit 5.2+ | Joas Schilling | 2016-07-01 | 1 | -10/+0 |
| | | | | |||||
| | * | | Fix Sharing app tests with phpunit 5.2+ | Joas Schilling | 2016-07-01 | 2 | -8/+4 |
| | | | | |||||
| | * | | Fix Encryption tests with phpunit 5.2+ | Joas Schilling | 2016-07-01 | 2 | -7/+6 |
| | | | | |||||
| | * | | Fix DAV tests with phpunit 5.2+ | Joas Schilling | 2016-07-01 | 1 | -22/+26 |
| | |/ | |||||
| * | | Merge pull request #244 from nextcloud/theming-app-stable9 | Björn Schießle | 2016-07-01 | 15 | -0/+4043 |
| |\ \ | | | | | | | | | [stable9] theming app | ||||
| | * | | Also fix the dav test | Joas Schilling | 2016-07-01 | 1 | -0/+2 |
| | | | | |||||
| | * | | initial commit for the theming app | Bjoern Schiessle | 2016-06-30 | 14 | -0/+4041 |
| | | | |