summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1152 from nextcloud/butonic-patch-2Roeland Jago Douma2016-08-291-1/+1
|\ | | | | [stable9] lastInsertId requires the prefix (#25786)
| * [stable9] lastInsertId requires the prefix (#25786)Jörn Friedrich Dreyer2016-08-291-1/+1
| | | | | | backport of https://github.com/owncloud/core/pull/25764
* | [9.0] Before a user is getting scanned the database connection is re-establishedThomas Müller2016-08-291-1/+26
|/
* Move over to new CalDAVTester repo (#25859)Thomas Müller2016-08-192-12/+12
| | | | | | * Move over to new caldac tester repo * no run.py anymore
* Allow to retrieve the quota itself via the provisioning apiJoas Schilling2016-08-171-0/+1
|
* Add files drop capability for clientsRoeland Jago Douma2016-08-152-0/+3
|
* Do not allow to delete/update group shares as a group memberJoas Schilling2016-08-031-4/+5
|
* Merge pull request #594 from nextcloud/ldap-avoidneedlesssetemailonlogin-stable9Morris Jobke2016-08-011-1/+4
|\ | | | | [stable9] Prevent setting email and triggering events at login time (#25531)
| * Prevent setting email and triggering events at login time (#25531)Vincent Petry2016-07-271-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-stable9Morris Jobke2016-07-301-0/+4
|\ \ | | | | | | [stable9] Adding quota plugin to new dav endpoint
| * | [stable9] Adding quota plugin to new dav endpointLukas Reschke2016-07-291-0/+4
| | | | | | | | | | | | Backport of https://github.com/nextcloud/server/pull/648
* | | Merge pull request #623 from nextcloud/stable9-fix-searchbox-backgroundMorris Jobke2016-07-302-4/+67
|\ \ \ | |/ / |/| | [stable9] fix searchbox background
| * | theming tests need to be fixedMorris Jobke2016-07-291-2/+65
| | |
| * | also adjust log in background color in themeJan-Christoph Borchardt2016-07-281-1/+1
| | |
| * | fix searchbox overlapping on mobileJan-Christoph Borchardt2016-07-281-2/+2
| | |
* | | Merge pull request #587 from ↵Lukas Reschke2016-07-281-2/+8
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName-stable9 [stable9] Fix undefined OfflineUser::composeAndStoreDisplayName()
| * | Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #23248 (#25598)Thomas Müller2016-07-271-2/+8
| |/
* | Add icon for tags appMarius Blüm2016-07-271-0/+4
| |
* | Add icon for comments appMarius Blüm2016-07-271-0/+4
|/
* Theming: Fix preview and center alignment of logoJulius Haertl2016-07-261-5/+5
|
* Adjust testsLukas Reschke2016-07-261-2/+4
|
* Update themingcontroller.phpJos Poortvliet2016-07-261-1/+2
|
* Fix error message while restoring all filesMorris Jobke2016-07-251-2/+1
| | | | | * use $_POST['files'] only of ssinlge files are restored * fixes #528
* Merge pull request #491 from ↵Roeland Douma2016-07-221-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 l10nJoas Schilling2016-07-211-2/+2
| |
* | Run the license scriptJoas Schilling2016-07-22661-1520/+2265
|/
* Cast share id to string (#25402) (#25431)Thomas Müller2016-07-201-1/+1
|
* Add unit testsJoas Schilling2016-07-151-0/+46
|
* Also load the theming app on CLIJoas Schilling2016-07-151-1/+7
|
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
|
* Better handling of empty sloganJoas Schilling2016-07-151-0/+13
|
* Merge pull request #370 from nextcloud/stable9-backport-361Marius Blüm2016-07-123-6/+6
|\ | | | | [Stable9] Make theming work with pretty URLs
| * Fix testsoparoz2016-07-111-4/+4
| | | | | | | | (cherry picked from commit eceb0db)
| * Make theming work with pretty URLsoparoz2016-07-112-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 Reschke2016-07-112-0/+25
|/ | | Fixes https://github.com/nextcloud/server/issues/341
* Merge branch 'stable9' into sync-stable9Morris Jobke2016-07-07300-695/+6784
|\
| * add additional check if we have a valid uid and filenameBjoern Schiessle2016-07-041-0/+4
| |
| * Revert "Revert "[stable9] Don't show the updater if updater is incompatible""Lukas Reschke2016-07-013-13/+108
| | | | | | | | This reverts commit f8964705420d64a33e595922c40b5efe1217eaa4.
| * Merge pull request #277 from nextcloud/traversal-directory-jsBjörn Schießle2016-07-012-2/+15
| |\ | | | | | | [stable9] Do not allow directory traversal using "../" in JS file list
| | * Match on 405Lukas Reschke2016-07-012-1/+6
| | |
| | * Match for /../Lukas Reschke2016-07-012-1/+5
| | |
| | * Do not allow directory traversal using "../"Lukas Reschke2016-07-012-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-testsBjörn Schießle2016-07-016-47/+36
| |\ \ | | | | | | | | Fix unit test compatibility issues with phpunit 5.2+
| | * | Fix Comments tests with phpunit 5.2+Joas Schilling2016-07-011-10/+0
| | | |
| | * | Fix Sharing app tests with phpunit 5.2+Joas Schilling2016-07-012-8/+4
| | | |
| | * | Fix Encryption tests with phpunit 5.2+Joas Schilling2016-07-012-7/+6
| | | |
| | * | Fix DAV tests with phpunit 5.2+Joas Schilling2016-07-011-22/+26
| | |/
| * | Merge pull request #244 from nextcloud/theming-app-stable9Björn Schießle2016-07-0115-0/+4043
| |\ \ | | | | | | | | [stable9] theming app
| | * | Also fix the dav testJoas Schilling2016-07-011-0/+2
| | | |
| | * | initial commit for the theming appBjoern Schiessle2016-06-3014-0/+4041
| | | |