summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix Warnings Provisioning APIRoeland Jago Douma2016-07-126-330/+417
| | | | | * OC_OCS_Result is deprecated * getMock is deprecated in phpunit 5.4
* [tx-robot] updated from transifexNextcloud bot2016-07-1252-92/+60
|
* Merge pull request #371 from nextcloud/implement-get-titleJoas Schilling2016-07-112-0/+25
|\ | | | | Implement "getTitle"
| * Implement "getTitle"Lukas Reschke2016-07-112-0/+25
| | | | | | | | Fixes https://github.com/nextcloud/server/issues/341
* | Fix testsoparoz2016-07-111-4/+4
| |
* | 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
* Change occurence of ownCloud (#352)Morris Jobke2016-07-111-3/+2
|
* Merge pull request #347 from nextcloud/drop-windows-fooLukas Reschke2016-07-111-5/+2
|\ | | | | Remove unneeded checks if it runs on a Windows machine
| * Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-5/+2
| | | | | | | | * the setup check is still there
* | Add new "Recent files" icon to files app (#356)Bugsbane2016-07-112-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added new "nav-icon-recent" CSS class Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292 It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc. * Add new "Recent files" clock icon Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292 Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it. * Alter colour of "Recent" icon from grey to black Change colour of the "recently used files" icon from grey to black, to match other icons in the files app. * Replace recent icon with black, optimized version Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version.
* | [tx-robot] updated from transifexNextcloud bot2016-07-116-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-106-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-0940-90/+120
|/
* Fix test using private propertriesRobin Appelman2016-07-082-2/+2
|
* combine if statementsRobin Appelman2016-07-081-13/+10
|
* handle errors while getting fileinfoRobin Appelman2016-07-081-1/+1
|
* Allow nullRobin Appelman2016-07-081-1/+1
|
* Fix type hintingRobin Appelman2016-07-085-6/+7
|
* add missing varRobin Appelman2016-07-081-2/+2
|
* hint global handlebarsRobin Appelman2016-07-083-2/+8
|
* dont overwrite a variable with a different typeRobin Appelman2016-07-081-3/+3
|
* Fix undefined propertiesRobin Appelman2016-07-086-2/+23
|
* [tx-robot] updated from transifexNextcloud bot2016-07-0822-62/+74
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-0716-70/+288
|\ | | | | Sync master
| * Simplify test code and don't show anything if no date is setMorris Jobke2016-07-072-10/+4
| |
| * add unit testsMorris Jobke2016-07-071-3/+40
| |
| * Update header during update callbackMorris Jobke2016-07-071-5/+5
| |
| * Not set expiration date is represented as 0Morris Jobke2016-07-071-1/+4
| |
| * add "Never" if expiration date is not setMorris Jobke2016-07-071-2/+3
| |
| * Add expiration date to share by link viewMorris Jobke2016-07-072-0/+41
| |
| * Change png icons to svgJuan Pablo Villafáñez2016-07-072-2/+2
| |
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-07471-1177/+7650
| |\
| * | Revert "[tx-robot] updated from transifex"Morris Jobke2016-07-0792-446/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0726-10/+116
| | |
| * | Merge pull request #25325 from owncloud/filelist-prependslashVincent Petry2016-07-062-1/+10
| |\ \ | | | | | | | | Filelist change dir auto-prepend slash
| | * | Filelist change dir auto-prepend slashVincent Petry2016-07-012-1/+10
| | | | | | | | | | | | | | | | | | | | Prepend a slash to directories in case it was missing since many places assume that it's there.
| * | | Ignore invalid paths in the JS file list (#25368)Vincent Petry2016-07-062-0/+39
| | | |
| * | | Upgrading the log level From Debug to INFO to be consistent with ↵Carlos Damken2016-07-061-3/+3
| | | | | | | | | | | | | | | | files_trashbin (#25367)
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0612-10/+20
| | | |
| * | | Merge pull request #25344 from owncloud/fix-ldap-check-userVincent Petry2016-07-051-0/+4
| |\ \ \ | | | | | | | | | | check if renamed user is still valid by reapplying the ldap filter
| | * | | check if renamed user is still valid by reapplying the ldap filter (#25338)felixboehm2016-07-041-0/+4
| | | | |
| * | | | fix swift primary object store test (#25281)Thomas Müller2016-07-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-058-4/+14
| | | | |
| * | | | Merge pull request #25314 from owncloud/files_external-backends-configVincent Petry2016-07-041-3/+18
| |\ \ \ \ | | | | | | | | | | | | show configuration options for authentication backends
| | * | | | show configuration options for authentication backends while listing storageRobin Appelman2016-06-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #22447
| | * | | | hide hidden parameters from list backend/auth parametersRobin Appelman2016-06-301-3/+14
| | | | | |
| * | | | | Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
| | |/ / / | |/| | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0426-16/+124
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0312-6/+54
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0216-2/+120
| | | | |